From 722c738a5bb86f741276e732d5296185661baffb Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Wed, 2 Feb 2022 18:21:04 -0500 Subject: [PATCH] re-enabling cypress --- .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 528019cf..904653ee 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: