From 89d37e0ec0b350d0fe0cc12987cd331d86ac6146 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 7 Sep 2023 01:46:41 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f2964c20..c8746b89 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 @@ -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 @@ -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