|
|
@ -628,13 +628,13 @@ jobs: |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js" |
|
|
|
wait-on-timeout: 1200 |
|
|
|
wait-on-timeout: 1200 |
|
|
|
config-file: scripts/cypress/cypress.json |
|
|
|
config-file: scripts/cypress/cypress.json |
|
|
|
- name: Upload screenshots |
|
|
|
- name: Upload screenshots |
|
|
|
if: always() |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: cy-quick-pg-snapshots |
|
|
|
name: cy-quick-pg-snapshots |
|
|
|
path: scripts/cypress/screenshots |
|
|
|
path: scripts/cypress/screenshots |
|
|
|
retention-days: 2 |
|
|
|
retention-days: 2 |
|
|
|
# docker: |
|
|
|
# docker: |
|
|
|
# runs-on: ubuntu-latest |
|
|
|
# runs-on: ubuntu-latest |
|
|
|
# steps: |
|
|
|
# steps: |
|
|
|