Skip to content

Commit 80848f8

Browse files
committed
remove old smoke tests, and cleanup ros tests
1 parent 8bd38d1 commit 80848f8

File tree

2 files changed

+5
-122
lines changed

2 files changed

+5
-122
lines changed

.github/workflows/ros-tests.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,13 @@ jobs:
7272
if: always()
7373
with:
7474
name: test-results-${{ matrix.ros_distro }}
75-
path: |
76-
build/*/test_results/**/*.xml
77-
log/latest_test/**/*.xml
78-
log/*/test_results/**/*.xml
75+
path: build/*/test_results/**/*.xml
7976
retention-days: 7
80-
77+
8178
- name: Publish test results
8279
uses: EnricoMi/publish-unit-test-result-action@v2
8380
if: always()
8481
with:
85-
files: |
86-
build/*/test_results/*/*.xml
87-
log/*/test_results/*/*.xml
88-
check_name: "Test Results (${{ matrix.ros_distro }})"
82+
files: build/*/test_results/*/*.xml
83+
check_name: "Test Results (${{ matrix.ros_distro }})"
84+
report_individual_runs: true

.github/workflows/smoke-tests.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)