Skip to content

Commit

Permalink
Fix gcs path
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Aug 2, 2023
1 parent 9c2dacd commit 378bfaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
shell: bash
env:
DOWNLOAD_PATH: unit-test-results.zip
GCS_PATH: gs://cobalt-unittest-storage/results/
GCS_PATH: gs://cobalt-unittest-storage/results
SESSION_ID: 7f0f3e44-3f78-4c80-b0fa-bf1ac2bc11ff
SHARD: 0
run: |
set -eux
# TODO: Get session id
gsutil -d cp "${GCS_PATH}/${SESSION_ID}.zip" .
unzip ${SESSION_ID}.zip -d unit-test-results/${SHARD}/
- name: Archive unit test report
Expand Down

0 comments on commit 378bfaa

Please sign in to comment.