Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grierson committed Aug 18, 2023
1 parent d229159 commit a6596e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
- uses: MunifTanjim/setup-neovim-action@v1
with:
tag: ${{ matrix.neovim-version }}
- name: Install Neovim plugins
- name: Unit tests
run: |
mkdir -p ~/.local/share/nvim/site/pack/test-workflow/start
git clone https://github.com/nvim-lua/plenary.nvim.git ~/.local/share/nvim/site/pack/test-workflow/start/plenary
ln -s . ~/.local/share/nvim/site/pack/test-workflow/start/nfnl-plugin-example
- name: Test with plenary / busted
run: |
./script/test
just test
3 changes: 0 additions & 3 deletions script/test

This file was deleted.

0 comments on commit a6596e4

Please sign in to comment.