Skip to content

Commit

Permalink
test:idk nonmore
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Sep 6, 2023
1 parent 152a11f commit 8e0cd0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
working-directory: ./app

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

- name: Run preview & cypress tests
run: npm run preview
working-directory: ./app

testHTMLGenerator:
Expand Down

0 comments on commit 8e0cd0b

Please sign in to comment.