Woodpecker CI: quiet down zip

This commit is contained in:
Phantasm 2026-05-05 22:38:24 +02:00
commit 2326d559b0
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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