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 27389dd commit 6ef2e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
build:
name: Prepare Tests
name: Prepare
runs-on: ubuntu-latest

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

0 comments on commit 6ef2e73

Please sign in to comment.