Skip to content

Commit

Permalink
remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tang committed Jul 10, 2024
1 parent ffe112b commit c42fb92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ 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
echo $JUNIT_OUTPUT
- name: Create build directory
run: mkdir -p "$BUILD_DIR"
- name: Configure cmake
Expand Down

0 comments on commit c42fb92

Please sign in to comment.