Skip to content

Commit 4d1d1f2

Browse files
committed
fix(ci): also pull patches dir from main in visual baseline workflow
main's pnpm-workspace.yaml references patchedDependencies that don't exist on the stable branch, causing pnpm install to fail with ENOENT.
1 parent 0345e16 commit 4d1d1f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/visual-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get visual test infrastructure from main
3232
run: |
3333
git fetch origin main --depth=1
34-
git checkout FETCH_HEAD -- tests/visual pnpm-workspace.yaml
34+
git checkout FETCH_HEAD -- tests/visual pnpm-workspace.yaml patches/
3535
3636
- uses: pnpm/action-setup@v4
3737

0 commit comments

Comments
 (0)