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 74bc18e commit 551945a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
integration: 'cra-react-router'
node: ${{ env.NODE_VERSION }}

- name: Cypress run
- 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: |
PORT=3001 npm start --prefix=examples/users-api
PORT=3000 npm start --prefix=examples/cra-react-router
npm run start --prefix=examples/users-api --port 3001
npm run start --prefix=examples/cra-react-router --port 3000
env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
Expand Down

0 comments on commit 551945a

Please sign in to comment.