Skip to content

Commit

Permalink
fix(ci): ensure uploaded playwright artifact has unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Jun 22, 2024
1 parent 97596d0 commit 30a6a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: 📤 Install Bun
uses: oven-sh/setup-bun@v1
with:
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
name: playwright-report-${{ matrix.node-version }}
path: examples/*/tests/report/
retention-days: 30

0 comments on commit 30a6a01

Please sign in to comment.