Woodpecker CI: quiet down zip
This commit is contained in:
parent
d50d629e07
commit
2326d559b0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue