Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Nov 30, 2023
1 parent 550007c commit d19f1da
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 @@ -23,6 +23,8 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: tests
- name: Start Application
run: npm start
- name: Run Playwright tests
run: npx playwright test
working-directory: tests
Expand Down

0 comments on commit d19f1da

Please sign in to comment.