Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Dec 7, 2024
2 parents a509097 + 0a12c96 commit 7b319be
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 7b319be

Please sign in to comment.