Skip to content

Commit

Permalink
check junit output value
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tang committed Jul 10, 2024
1 parent 0ae5f8f commit ffe112b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: echo path for debugging
run: echo $PATH
run: |
echo $PATH
echo $JUNIT_OUTPUT
- name: Create build directory
run: mkdir -p "$BUILD_DIR"
- name: Configure cmake
Expand Down

0 comments on commit ffe112b

Please sign in to comment.