From 41dcdabb3a5f4bd0d7fa9c42edc1f6eaa4c81d41 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 7 Sep 2023 04:14:42 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9c972a4f..dd291f1f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -51,13 +51,15 @@ jobs: - name: Start mock API server run: npm start --prefix=examples/users-api & + - name: Start application + run: npm start --prefix=examples/cra-react-router & + - 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: npm start --prefix=examples/cra-react-router + build: false + install: false wait-on: 'http://127.0.0.1:3001/, http://127.0.0.1:3000' # test-gatsby: