Skip to content

Commit a20f4e2

Browse files
committed
[CI] Include matrix.db in uploaded test results file in snapshot worker
1 parent b41e4a2 commit a20f4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-snapshot-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
if: ${{ always() }}
150150
uses: actions/upload-artifact@v4
151151
with:
152-
name: test-results
152+
name: ${{ matrix.db }}-test-results
153153
path: '**/target/surefire-reports/**/*.*'
154154
retention-days: 7
155155
if-no-files-found: ignore

0 commit comments

Comments
 (0)