Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Sep 6, 2023
1 parent 688fe37 commit adeb55a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
working-directory: ./app

- name: Run preview & cypress tests
run: npx cypress run --record --key ${{ secrets.CYPRESS_RECORD_KEY }} --browser chrome &
working-directory: ./app

- name: Run preview & cypress tests
run: npm run preview
run: npm run preview & npx cypress run --record --key ${{ secrets.CYPRESS_RECORD_KEY }} --browser chrome &
working-directory: ./app

testHTMLGenerator:
Expand Down

0 comments on commit adeb55a

Please sign in to comment.