Skip to content

Commit

Permalink
correctly capture screenshots of cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 11, 2024
1 parent 25db002 commit 755eead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ rsbuild.config.ts
generated
dist
public
**/*/rsbuildSharedConfig.ts
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: failure()
with:
name: cypress-images
path: cypress/integration/__image_snapshots__/
path: cypress/screenshots/
- name: print current ref
run: echo ${{ github.event.pull_request.base.ref }}
- run: node scripts/outdatedGitPackages.mjs
Expand Down

0 comments on commit 755eead

Please sign in to comment.