just for some more tests
This commit is contained in:
parent
5c3f4f99c5
commit
7d1e554d43
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
- nightly
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v1
|
||||
with:
|
||||
|
|
@ -39,7 +41,8 @@ jobs:
|
|||
./nvim.appimage --appimage-extract
|
||||
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Show Neovim version
|
||||
run: nvim --version
|
||||
|
||||
- name: Cache .tests
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue