Skip to content

Commit ffe112b

Browse files
author
Victor Tang
committed
check junit output value
1 parent 0ae5f8f commit ffe112b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/target_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: echo path for debugging
45-
run: echo $PATH
45+
run: |
46+
echo $PATH
47+
echo $JUNIT_OUTPUT
4648
- name: Create build directory
4749
run: mkdir -p "$BUILD_DIR"
4850
- name: Configure cmake

0 commit comments

Comments
 (0)