Skip to content

Commit

Permalink
ci(test e2e): change ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobregao committed May 28, 2024
1 parent b7009d5 commit 64927e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npx playwright install --with-deps

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

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

0 comments on commit 64927e3

Please sign in to comment.