Skip to content

Commit 50a5db7

Browse files
committed
fix: use correct format placeholder and remove redundant comment
1 parent cbbf693 commit 50a5db7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ jobs:
481481
if: ${{ cancelled() || failure() }}
482482
uses: actions/upload-artifact@v4
483483
with:
484-
name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.test-name }}${{ matrix.next-version && format('-next{0}', matrix.next-version) || '' }}${{ matrix.shard-label && format('-shard-%s', matrix.shard-label) || '' }}
484+
name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.test-name }}${{ matrix.next-version && format('-next{0}', matrix.next-version) || '' }}${{ matrix.shard-label && format('-shard-{0}', matrix.shard-label) || '' }}
485485
path: integration/test-results
486486
retention-days: 1
487487

integration/scripts/processLock.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// integration/scripts/processLock.ts
21
import * as path from 'node:path';
32

43
import { constants } from '../constants';

0 commit comments

Comments
 (0)