Skip to content

Commit 30a6a01

Browse files
committed
fix(ci): ensure uploaded playwright artifact has unique name
1 parent 97596d0 commit 30a6a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/setup-node@v4
6666
with:
6767
node-version: ${{ matrix.node-version }}
68-
68+
6969
- name: 📤 Install Bun
7070
uses: oven-sh/setup-bun@v1
7171
with:
@@ -117,6 +117,6 @@ jobs:
117117
- uses: actions/upload-artifact@v4
118118
if: ${{ !cancelled() }}
119119
with:
120-
name: playwright-report
120+
name: playwright-report-${{ matrix.node-version }}
121121
path: examples/*/tests/report/
122122
retention-days: 30

0 commit comments

Comments
 (0)