Skip to content

Commit

Permalink
chore: add some debugging to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Aug 26, 2024
1 parent 8696afd commit db79e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npm install pm2 -g
- name: Start app in background
run: pm2 start npm --name=app -- run start
- name: Check app logs
run: pm2 logs app --nostream
- name: Run Playwright tests
run: npx playwright test
- name: Stop app
Expand Down

0 comments on commit db79e93

Please sign in to comment.