Skip to content

Commit

Permalink
chore(e2e): Upload screenshots artifacts to get access (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq authored Jan 16, 2024
1 parent be7fa4b commit 1dcf879
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:

- name: Run tests
run: pnpm e2e:ci

- name: Upload screenshots
uses: actions/[email protected]
if: failure()
with:
name: cypress-snapshots
path: packages/documentation/cypress/screenshots
retention-days: 14

0 comments on commit 1dcf879

Please sign in to comment.