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 b823ddf commit 8c0e7ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,10 @@ jobs:
integration: 'cra-react-router'
node: ${{ env.NODE_VERSION }}

- 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
build: false
install: false
wait-on: 'http://127.0.0.1:3001/, http://127.0.0.1:3000'

Expand Down

0 comments on commit 8c0e7ff

Please sign in to comment.