Skip to content

Commit

Permalink
ci: update Playwright test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Jan 12, 2024
1 parent 1c7e6a7 commit b426c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: pnpm i
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Dev Server
run: npm run dev
background: true
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b426c5c

Please sign in to comment.