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 d50eda2 commit 89d37e0
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 @@ -67,7 +67,7 @@ jobs:
- name: Run integration tests
run: |
npm i --prefix=examples/cra-react-router --no-package-lock --legacy-peer-deps
npm start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 cypress:run
npm run test:cra
env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Run integration tests
run: |
npm i --prefix=examples/gatsby-app --no-package-lock --legacy-peer-deps
npm start-server-and-test start:api 3001 start:gatsby 3000 cypress:run
npm run test:gatsby
env:
GATSBY_DOMAIN: your-tenant.auth0.com
GATSBY_CLIENT_ID: yourclientid
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Run integration tests
run: |
npm i --prefix=examples/nextjs-app --no-package-lock --legacy-peer-deps
npm start-server-and-test start:api 3001 start:nextjs 3000 cypress:run
npm run test:nextjs
env:
NEXT_PUBLIC_DOMAIN: your-tenant.auth0.com
NEXT_PUBLIC_CLIENT_ID: yourclientid
Expand Down

0 comments on commit 89d37e0

Please sign in to comment.