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 17ab45f commit 5a23b2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
spec: cypress/integration/smoke.test.ts
install: false
build: npm run build
start: (npm start:api--port 3000 & npm start:cra --port 3001) && sleep 10
start: |
npm start:api --port 3000
npm start:cra --port 3001
env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
Expand Down

0 comments on commit 5a23b2d

Please sign in to comment.