Skip to content

Commit

Permalink
ci: initialize neovim dependencies in the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 5, 2024
1 parent 94ab08a commit 9b75958
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
with:
runTests: false
# https://github.com/cypress-io/github-action/blob/bff0ae58f02476fbc4b13229bcaac2767f645b3e/README.md#pnpm-workspaces
- name: initialize neovim dependencies
run: |
echo "Initializing neovim dependencies..."
cd integration-tests/test-environment/
# execute the lazy installation script and exit right away
nvim -u test-setup.lua -c "exit"
- name: Cypress test
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 9b75958

Please sign in to comment.