From 8187d028aad6b02e12d56d307be63cfa50faeb2f Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Wed, 2 Feb 2022 17:47:41 -0500 Subject: [PATCH] suspending cypress for q/a --- .github/workflows/deploy_staging.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 904653ee..528019cf 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -50,12 +50,12 @@ jobs: run: npm test - name: Check for security vulnerabilities run: npm audit --production - - name: Cypress / Gherkin integration tests 🌃 - uses: cypress-io/github-action@v2 - with: - working-directory: ${{env.WORKING_DIRECTORY}} - start: npm start - wait-on: 'http://localhost:8000' + # - name: Cypress / Gherkin integration tests 🌃 + # uses: cypress-io/github-action@v2 + # with: + # working-directory: ${{env.WORKING_DIRECTORY}} + # start: npm start + # wait-on: 'http://localhost:8000' - name: Upload Artifact uses: actions/upload-artifact@v2 with: