Skip to content

Commit

Permalink
use temporary path
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWTang committed Jul 7, 2024
1 parent 525a5ee commit 7bce04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
OPENOCD_ADAPTER_SERIAL: 003C00193438510234313939
runs-on: ${{ matrix.target.MBED_TARGET }}
env:
BUILD_DIR: /home/github-runner-user/runner-shared/build_${{ matrix.target.MBED_TARGET }}
BUILD_DIR: /home/victor/runner-shared/build_${{ matrix.target.MBED_TARGET }}
JUNIT_OUTPUT: ${{ github.workspace }}/mbed-tests-${{ matrix.target.MBED_TARGET }}.xml
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7bce04f

Please sign in to comment.