Skip to content

Commit

Permalink
echo path for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWTang committed Jul 7, 2024
1 parent a9abedf commit 220bff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
JUNIT_OUTPUT: ${{ github.workspace }}/mbed-tests-${{ matrix.target.MBED_TARGET }}.xml
steps:
- uses: actions/checkout@v4
- name: echo path for debugging
run: echo $PATH
- name: Create build directory
run: mkdir -p "$BUILD_DIR"

- name: Configure cmake
run: >
cd "$BUILD_DIR" &&
Expand Down

0 comments on commit 220bff3

Please sign in to comment.