disables zip progress logging

This commit is contained in:
Henning Dieterichs
2026-04-07 12:25:39 +02:00
committed by Henning Dieterichs
parent 1a6b425b58
commit 52feef4e26

View File

@@ -73,7 +73,7 @@ jobs:
- name: Upload screenshots
run: |
cd test/componentFixtures/.screenshots/current
zip -r "$GITHUB_WORKSPACE/screenshots.zip" .
zip -qr "$GITHUB_WORKSPACE/screenshots.zip" .
curl -sS -f -X POST "https://hediet-screenshots.azurewebsites.net/upload" \
-H "Content-Type: application/zip" \
-H "Authorization: Bearer $SCREENSHOT_SERVICE_TOKEN" \