mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 13:31:18 -07:00
re-enabling cypress
This commit is contained in:
parent
00f522d66c
commit
722c738a5b
1 changed files with 6 additions and 6 deletions
12
.github/workflows/deploy_staging.yml
vendored
12
.github/workflows/deploy_staging.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue