Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 9b45471

Browse files
committed
ci: Fix docker-logs artifact name.
1 parent f4fb388 commit 9b45471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
if: failure()
122122
uses: actions/upload-artifact@master
123123
with:
124-
name: docker-logs-${{ github.job }}
124+
name: docker-logs-${{ matrix.test-name }}-${{ matrix.websocket-url.name }}-node${{ matrix.node-version }}
125125
path: ./logs
126126

127127
flakey:

0 commit comments

Comments
 (0)