mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
ci: create playwright report artifacts (#54479)
This commit is contained in:
committed by
GitHub
parent
eed5575313
commit
e399123604
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user