ci: create playwright report artifacts (#54479)

This commit is contained in:
Oliver Eyton-Williams
2024-04-22 20:29:31 +02:00
committed by GitHub
parent eed5575313
commit e399123604
+7
View File
@@ -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