suspending cypress for q/a

This commit is contained in:
Jorge Escobar 2022-02-02 17:47:41 -05:00
commit 8187d028aa

View file

@ -50,12 +50,12 @@ jobs:
run: npm test run: npm test
- name: Check for security vulnerabilities - name: Check for security vulnerabilities
run: npm audit --production run: npm audit --production
- name: Cypress / Gherkin integration tests 🌃 # - name: Cypress / Gherkin integration tests 🌃
uses: cypress-io/github-action@v2 # uses: cypress-io/github-action@v2
with: # with:
working-directory: ${{env.WORKING_DIRECTORY}} # working-directory: ${{env.WORKING_DIRECTORY}}
start: npm start # start: npm start
wait-on: 'http://localhost:8000' # wait-on: 'http://localhost:8000'
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: