diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 75edb09a..94e33f47 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,7 +26,7 @@ env: jobs: build: - name: Prepare Tests + name: Prepare runs-on: ubuntu-latest steps: @@ -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 @@ -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 @@ -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