Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits committed Jul 21, 2024
1 parent 1b2d133 commit d58646f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,9 @@ jobs:
NEOVIM_PATH: ${{ steps.vim.outputs.executable }}
- uses: lunarmodules/[email protected]
with:
run-tests: false # This prevents automatic test execution
args: "-C cursorless.nvim"
if: runner.os == 'Linux' && matrix.app_version == 'stable'
id: neovimLuaTests
- name: Run neovim lua unit tests
run: xvfb-run -a 'pwd && cd cursorless.nvim && busted --run unit'
#run: xvfb-run -a 'pwd'
if: runner.os == 'Linux' && matrix.app_version == 'stable'
- name: Create vscode dist that can be installed locally
run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install
if: runner.os == 'Linux' && matrix.app_version == 'stable'
Expand Down

0 comments on commit d58646f

Please sign in to comment.