Skip to content

Commit

Permalink
cicd: e2e test workflow update to run app
Browse files Browse the repository at this point in the history
  • Loading branch information
krsiakdaniel committed Mar 7, 2024
1 parent 8132fd0 commit 22eff62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Start the application
run: npm run dev &
env:
CI: true

- name: Run Playwright tests
run: npx playwright test

Expand Down

0 comments on commit 22eff62

Please sign in to comment.