From abc2b92c8ccca1f81dac6b9bd12f4c05cf4a8ec0 Mon Sep 17 00:00:00 2001 From: Sophie Danneels Date: Wed, 15 Feb 2023 09:13:52 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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