chore(ci): remove taskfile from deps
This commit is contained in:
parent
2b28db7c12
commit
b81318c2d7
1 changed files with 1 additions and 6 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -9,11 +9,6 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: arduino/setup-task@v1
|
||||
with:
|
||||
version: 3.x
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Neovim
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
@ -27,4 +22,4 @@ jobs:
|
|||
run: |
|
||||
nvim --version
|
||||
[ ! -d tests ] && exit 0
|
||||
task tests
|
||||
nvim --headless -u ./spec/minimal_init.lua -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.lua', sequential=true}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue