Skip to content

Commit 7b40f5f

Browse files
committed
ci(repo): sanitize colon in artifact name from matrix test-name
1 parent fa5c11d commit 7b40f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
if: ${{ cancelled() || failure() }}
199199
uses: actions/upload-artifact@v4
200200
with:
201-
name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.test-name }}
201+
name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ replace(matrix.test-name, ':', '-') }}
202202
path: integration/test-results
203203
retention-days: 1
204204

0 commit comments

Comments
 (0)