Skip to content

Commit

Permalink
[#706] BUILD: bugfix: must set id
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 27, 2023
1 parent 40fb7df commit aa7394d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Publish Test Results (Linux)
uses: EnricoMi/publish-unit-test-result-action@v2
id: test-results
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
with:
junit_files: |
Expand All @@ -51,6 +52,7 @@ jobs:
- name: Publish Test Results (Win/Mac)
uses: EnricoMi/publish-unit-test-result-action/composite@v2
id: test-results
if: ${{ always() && (matrix.os == 'macos-latest' || matrix.os == 'windows-latest') }}
with:
junit_files: |
Expand Down

0 comments on commit aa7394d

Please sign in to comment.