Skip to content

Commit

Permalink
Collapse CI test results into the main job now that the relevant acti…
Browse files Browse the repository at this point in the history
…on supports macOS
  • Loading branch information
cmsj committed Aug 7, 2024
1 parent ec0c6d4 commit ad4d72f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 76 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
id: test
run: ./scripts/github-ci-test.sh

- name: Report test results
uses: EnricoMi/publish-unit-test-result-action/macos@v2
if: always()
with:
files: ./build/reports/junit.xml

- name: Upload test coverage
uses: codecov/codecov-action@v4
with:
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/ci_testbuild_results.yml

This file was deleted.

0 comments on commit ad4d72f

Please sign in to comment.