Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
canlopes committed Nov 15, 2024
1 parent 1f9474a commit 2d31db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
with:
name: test-artifacts
path: |
packages/e2e/artifacts/playwright/
!packages/e2e/artifacts/playwright/*.webm
e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm
retention-days: 5

- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: all-blob-reports
path: packages/e2e/blob-report/
path: e2e/blob-report/
retention-days: 5

0 comments on commit 2d31db6

Please sign in to comment.