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 40fb7df commit aa7394dCopy full SHA for aa7394d
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Publish Test Results (Linux)
45
uses: EnricoMi/publish-unit-test-result-action@v2
46
+ id: test-results
47
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
48
with:
49
junit_files: |
@@ -51,6 +52,7 @@ jobs:
51
52
53
- name: Publish Test Results (Win/Mac)
54
uses: EnricoMi/publish-unit-test-result-action/composite@v2
55
56
if: ${{ always() && (matrix.os == 'macos-latest' || matrix.os == 'windows-latest') }}
57
58
0 commit comments