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: