Skip to content

Commit

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

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

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

0 comments on commit b7009d5

Please sign in to comment.