Skip to content

Commit

Permalink
feat: test adding busted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fidgetingbits authored and Cedric Halbronn committed Jul 19, 2024
1 parent 72c7c9b commit dcaab6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
if: runner.os == 'Linux' && matrix.app_version == 'stable'
env:
NEOVIM_PATH: ${{ steps.vim.outputs.executable }}
- name: Run neovim lua unit tests using busted
id: neovimLuaTests
uses: lunarmodules/[email protected]
- run: xvfb-run -a cd cursorless.nvim && busted --run unit
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 dcaab6f

Please sign in to comment.