Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Feb 2, 2024
1 parent 5462dc0 commit 9be9dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:

- name: Publish Unit Test Results Ubuntu
uses: EnricoMi/publish-unit-test-result-action@v2
if: matrix.os=="ubuntu-latest"
if: runner.os == 'Linux'
with:
files: junit/test-*.xml
comment_mode: off

- name: Publish Unit Test Results MacOS
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: matrix.os=="macos-latest"
if: runner.os == 'macOS'
with:
files: junit/test-*.xml
comment_mode: off
Expand Down

0 comments on commit 9be9dfa

Please sign in to comment.