Skip to content

Commit

Permalink
chore: ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Dec 19, 2024
1 parent c54c6d7 commit ccd5189
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ jobs:
- name: Run Playwright tests
run: |
pnpm exec playwright install chromium
pnpm exec playwright test
pnpm exec playwright test --workers=10
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
Expand Down

0 comments on commit ccd5189

Please sign in to comment.