Skip to content

Commit

Permalink
ci: fix cypress caching issue with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Dec 7, 2024
1 parent 5c0f9b2 commit 0a12c96
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,13 @@ jobs:
cache: "pnpm"
- run: pnpm install

- name: Install dependencies
uses: cypress-io/github-action@v6
with:
runTests: false
# https://github.com/cypress-io/github-action/blob/bff0ae58f02476fbc4b13229bcaac2767f645b3e/README.md#pnpm-workspaces

- name: Preinstall neovim plugins
run: pnpm tui neovim exec "Lazy! sync"
working-directory: integration-tests

# need to work around https://github.com/cypress-io/github-action/issues/1246
- run: pnpm --filter integration-tests exec cypress install

- name: Cypress test
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 0a12c96

Please sign in to comment.