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 ec0c6d4 commit ad4d72fCopy full SHA for ad4d72f
.github/workflows/ci_testbuild.yml
@@ -49,6 +49,12 @@ jobs:
49
id: test
50
run: ./scripts/github-ci-test.sh
51
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
+
58
- name: Upload test coverage
59
uses: codecov/codecov-action@v4
60
with:
.github/workflows/ci_testbuild_results.yml
0 commit comments