Skip to content

Commit

Permalink
ci: upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Aug 3, 2023
1 parent f147a93 commit 3ec66e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ jobs:
- run: npm ci
- run: npx playwright install --with-deps
- run: npm test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-artifacts
path: |
playwright-report/
test-results/
retention-days: 10

0 comments on commit 3ec66e2

Please sign in to comment.