Skip to content

Commit

Permalink
--save-dev start-server-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
suissa committed Jan 16, 2024
1 parent cb1d553 commit 09e2a3b
Show file tree
Hide file tree
Showing 4 changed files with 11,559 additions and 14 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
- name: Run Build
run: npx next build

- name: Start Server
run: npm start
env:
CI: true

- 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 09e2a3b

Please sign in to comment.