Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent ab489b2 commit 41dcdab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ jobs:
- name: Start mock API server
run: npm start --prefix=examples/users-api &

- name: Start application
run: npm start --prefix=examples/cra-react-router &

- name: Run Cypress integration test
uses: cypress-io/github-action@v6
with:
spec: cypress/integration/smoke.test.ts
# install: false
build: npm run build
start: npm start --prefix=examples/cra-react-router
build: false
install: false
wait-on: 'http://127.0.0.1:3001/, http://127.0.0.1:3000'

# test-gatsby:
Expand Down

0 comments on commit 41dcdab

Please sign in to comment.