Skip to content

Commit ad4d72f

Browse files
committed
Collapse CI test results into the main job now that the relevant action supports macOS
1 parent ec0c6d4 commit ad4d72f

File tree

2 files changed

+6
-76
lines changed

2 files changed

+6
-76
lines changed

.github/workflows/ci_testbuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
id: test
5050
run: ./scripts/github-ci-test.sh
5151

52+
- name: Report test results
53+
uses: EnricoMi/publish-unit-test-result-action/macos@v2
54+
if: always()
55+
with:
56+
files: ./build/reports/junit.xml
57+
5258
- name: Upload test coverage
5359
uses: codecov/codecov-action@v4
5460
with:

.github/workflows/ci_testbuild_results.yml

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

0 commit comments

Comments
 (0)