Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: playwright-recordings ${{ matrix.runner }}
name: playwright-recordings-${{ github.event.pull_request.number || github.ref }}-${{ matrix.runner }}
path: |
playwright/
vscode/test-results/
overwrite: true

build:
runs-on: ubuntu-latest
Expand Down
Loading