Skip to content

Commit aa7394d

Browse files
committed
[#706] BUILD: bugfix: must set id
1 parent 40fb7df commit aa7394d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Publish Test Results (Linux)
4545
uses: EnricoMi/publish-unit-test-result-action@v2
46+
id: test-results
4647
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
4748
with:
4849
junit_files: |
@@ -51,6 +52,7 @@ jobs:
5152
5253
- name: Publish Test Results (Win/Mac)
5354
uses: EnricoMi/publish-unit-test-result-action/composite@v2
55+
id: test-results
5456
if: ${{ always() && (matrix.os == 'macos-latest' || matrix.os == 'windows-latest') }}
5557
with:
5658
junit_files: |

0 commit comments

Comments
 (0)