diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9602df25..3bc50c8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,5 +36,10 @@ jobs: start: npm run start:server:local record: false browser: chrome - container: cypress/browsers:node12.18.3-chrome87-ff82 + - name: Upload screenshots + uses: actions/upload-artifact@latest + if: failure() + with: + name: cypress-snapshots + path: cypress/screenshot