1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

chore: compress cli test files by default (#8345)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-09-12 10:08:17 +02:00 committed by GitHub
parent 53b4eaf140
commit cc34e01d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -746,5 +746,5 @@ jobs:
shell: bash
run: |
set -e
KYVERNO_EXPERIMENTAL=true kyverno fix test ./test/cli --save
KYVERNO_EXPERIMENTAL=true kyverno fix test ./test/cli --save --compress
make verify-cli-tests