Skip to content

Commit

Permalink
Create dir before unzipping
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Aug 2, 2023
1 parent 18f59ca commit b56c84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
set -eux
gsutil -d cp "${GCS_PATH}/${SESSION_ID}.zip" .
mkdir -p unit-test-results/${SHARD}/
unzip ${SESSION_ID}.zip -d unit-test-results/${SHARD}/
- name: Archive unit test report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b56c84c

Please sign in to comment.