Skip to content

Commit

Permalink
Merge pull request #13 from suissa/develop
Browse files Browse the repository at this point in the history
--save-dev start-server-and-test
  • Loading branch information
suissa authored Jan 16, 2024
2 parents 298abdc + 9aedadc commit 65d6056
Show file tree
Hide file tree
Showing 4 changed files with 11,561 additions and 13 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
- name: Run Build
run: npx next build

- name: Start Server
run: npm start
env:
CI: true
- name: Update Cypress Cache
run: npx cypress cache clear

- name: Run Cypress Tests
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: 'http://localhost:3000'
wait-on-timeout: 60

Loading

0 comments on commit 65d6056

Please sign in to comment.