Skip to content

Commit

Permalink
refactor(e2e): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Jun 3, 2024
1 parent 1bd3531 commit d4c645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Ensure pm2 is installed
run: npm install pm2 -g
- name: Start app in background
run: m2 start npm --name=app -- run start
run: pm2 start npm --name=app -- run start
- name: Run Playwright tests
run: npx playwright test
- name: Stop app
Expand Down

0 comments on commit d4c645b

Please sign in to comment.