We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336880 commit ab499f3Copy full SHA for ab499f3
.github/workflows/ros-tests.yml
@@ -84,5 +84,7 @@ jobs:
84
uses: EnricoMi/publish-unit-test-result-action@v2
85
if: always()
86
with:
87
- files: log/test_results/*/junit.xml
+ files: |
88
+ build/*/test_results/*/*.xml
89
+ log/*/test_results/*/*.xml
90
check_name: "Test Results (${{ matrix.ros_distro }})"
0 commit comments