Skip to content

Commit

Permalink
run demo server in playwright action
Browse files Browse the repository at this point in the history
  • Loading branch information
redstar504 committed Jun 4, 2024
1 parent cac87e3 commit 0f21b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run demo server
run: npm run dev
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f21b80

Please sign in to comment.