From 4b731d92d2224295ce15a2aae346076ee4534fb9 Mon Sep 17 00:00:00 2001 From: gersondantas Date: Tue, 26 Dec 2023 12:27:38 -0300 Subject: [PATCH] chore: change cypress config --- .github/workflows/production.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index a77ca32..12cf218 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -14,6 +14,10 @@ jobs: uses: actions/checkout@v4 - name: Cypress run uses: cypress-io/github-action@v6 + with: + start: npm start + wait-on: 'http://localhost:8080' + wait-on-timeout: 120 Deploy-Production: runs-on: ubuntu-latest