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 8bd38d1 commit 80848f8Copy full SHA for 80848f8
.github/workflows/ros-tests.yml
@@ -72,17 +72,13 @@ jobs:
72
if: always()
73
with:
74
name: test-results-${{ matrix.ros_distro }}
75
- path: |
76
- build/*/test_results/**/*.xml
77
- log/latest_test/**/*.xml
78
- log/*/test_results/**/*.xml
+ path: build/*/test_results/**/*.xml
79
retention-days: 7
80
-
+
81
- name: Publish test results
82
uses: EnricoMi/publish-unit-test-result-action@v2
83
84
85
- files: |
86
- build/*/test_results/*/*.xml
87
- log/*/test_results/*/*.xml
88
- check_name: "Test Results (${{ matrix.ros_distro }})"
+ files: build/*/test_results/*/*.xml
+ check_name: "Test Results (${{ matrix.ros_distro }})"
+ report_individual_runs: true
.github/workflows/smoke-tests.yml
0 commit comments