From 551945abb82ed07071cf7577ab5c951d8b465e3b Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 7 Sep 2023 03:11:29 -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 55178001..7d308a7d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -38,15 +38,15 @@ jobs: integration: 'cra-react-router' node: ${{ env.NODE_VERSION }} - - name: Cypress run + - name: RUn Cypress integration test uses: cypress-io/github-action@v6 with: spec: cypress/integration/smoke.test.ts install: false build: npm run build start: | - PORT=3001 npm start --prefix=examples/users-api - PORT=3000 npm start --prefix=examples/cra-react-router + npm run start --prefix=examples/users-api --port 3001 + npm run start --prefix=examples/cra-react-router --port 3000 env: SKIP_PREFLIGHT_CHECK: true REACT_APP_DOMAIN: your-tenant.auth0.com