use cypress.io for artifacts instead of github w/ burnettk

This commit is contained in:
jasquat 2022-06-17 11:33:59 -04:00
parent acb13c363f
commit a398cf4e3c

View File

@ -73,18 +73,3 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/cypress-io/github-action#artifacts
- name: upload_screenshots
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-screenshots
path: ./spiffworkflow-frontend/cypress/screenshots
# Test run video was always captured, so this action uses "always()" condition
- name: upload_videos
uses: actions/upload-artifact@v2
if: always()
with:
name: cypress-videos
path: ./spiffworkflow-frontend/cypress/videos