mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 09:04: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
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue