Skip to content

Commit

Permalink
test: what happens on failed upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeressian committed Feb 6, 2024
1 parent 95cef90 commit 36a95a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
source: "e2e/test-dir"
storageZoneName: "${{ secrets.STORAGE_NAME_TEST }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD_TEST }}"
accessKey: "${{ secrets.ACCESS_KEY_TEST }}"
accessKey: "ddd"
pullZoneId: "${{ secrets.ZONE_ID_TEST }}"
upload: "true"
remove: "true"
Expand Down

0 comments on commit 36a95a7

Please sign in to comment.