chore(ci): remove taskfile from deps

This commit is contained in:
Smirnov Oleksandr 2023-07-20 20:09:58 +03:00
parent 2b28db7c12
commit b81318c2d7

View file

@ -9,11 +9,6 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Neovim - name: Install Neovim
shell: bash shell: bash
run: | run: |
@ -27,4 +22,4 @@ jobs:
run: | run: |
nvim --version nvim --version
[ ! -d tests ] && exit 0 [ ! -d tests ] && exit 0
task tests nvim --headless -u ./spec/minimal_init.lua -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.lua', sequential=true}"