diff --git a/.woodpecker/test-e2e.yaml b/.woodpecker/test-e2e.yaml index 644663790..ae6412f59 100644 --- a/.woodpecker/test-e2e.yaml +++ b/.woodpecker/test-e2e.yaml @@ -55,7 +55,7 @@ steps: fi - | if ! yarn e2e:pw; then - zip -r ${CI_COMMIT_SHA:0:8}-e2e.zip ./test/e2e-playwright/test-results ./test/e2e-playwright/playwright-report + zip -9qr ${CI_COMMIT_SHA:0:8}-e2e.zip ./test/e2e-playwright/test-results ./test/e2e-playwright/playwright-report exit 1 fi diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 84d46f869..0c6658f4b 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -37,7 +37,7 @@ steps: - yarn --frozen-lockfile - | if ! yarn unit-ci; then - zip -r ${CI_COMMIT_SHA:0:8}-screenshots.zip $(find . -type d -name __screenshots__) + zip -9qr ${CI_COMMIT_SHA:0:8}-screenshots.zip $(find . -type d -name __screenshots__) exit 1 fi