Skip to content

Commit

Permalink
Change workdir to $GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 20, 2024
1 parent 0417141 commit 9420fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ runs:
COBALT_LOGS_DIR: ${{ github.workspace }}/cobalt_logs
run: |
set -uxe
cd "${GITHUB_WORKSPACE}/test_results"
i=0
# Try downloading the results for 6x 10 seconds before giving up.
while [ $i -lt 6 ]; do
Expand Down

0 comments on commit 9420fa6

Please sign in to comment.