Skip to content

Commit 571a33a

Browse files
committed
Missed double-matrix run in test-go workflow
1 parent d160e6c commit 571a33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/upload-artifact@v4
118118
with:
119119
if-no-files-found: error
120-
name: ${{ env.COVERAGE_ARTIFACT }}-test-integration-${{ matrix.operating-system }}
120+
name: ${{ env.COVERAGE_ARTIFACT }}-test-integration-${{ matrix.operating-system }}-${{ matrix.tests }}
121121
path: |
122122
./coverage_integration_*.txt
123123

0 commit comments

Comments
 (0)