Skip to content

Commit ab499f3

Browse files
committed
find test files
1 parent 3336880 commit ab499f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ros-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@ jobs:
8484
uses: EnricoMi/publish-unit-test-result-action@v2
8585
if: always()
8686
with:
87-
files: log/test_results/*/junit.xml
87+
files: |
88+
build/*/test_results/*/*.xml
89+
log/*/test_results/*/*.xml
8890
check_name: "Test Results (${{ matrix.ros_distro }})"

0 commit comments

Comments
 (0)