Skip to content

Commit

Permalink
feat(test e2e): change script order execute
Browse files Browse the repository at this point in the history
  • Loading branch information
nobregao committed May 28, 2024
1 parent dd43cdc commit 76ea643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- run: npx playwright install --with-deps

- name: Run e2e tests
run: npm run dev & playwright test
run: npm run dev
- run: playwright test

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 76ea643

Please sign in to comment.