mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 03:35:04 -05:00
disables zip progress logging
This commit is contained in:
committed by
Henning Dieterichs
parent
1a6b425b58
commit
52feef4e26
2
.github/workflows/screenshot-test.yml
vendored
2
.github/workflows/screenshot-test.yml
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user