Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanneelsSophie authored Feb 15, 2023
1 parent 19d08ea commit abc2b92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit abc2b92

Please sign in to comment.