Skip to content

Commit

Permalink
ci: create playwright report artifacts (#54479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed Apr 22, 2024
1 parent eed5575 commit e399123
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-playwright.yml
Expand Up @@ -143,3 +143,10 @@ jobs:
pnpm run start-ci &
sleep 10
npx playwright test --project=${{ matrix.browsers }}
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report-${{ matrix.browsers }}
path: playwright/reporter
retention-days: 30

0 comments on commit e399123

Please sign in to comment.