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
|
- nightly
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
uses: arduino/setup-task@v1
|
uses: arduino/setup-task@v1
|
||||||
with:
|
with:
|
||||||
|
|
@ -39,7 +41,8 @@ jobs:
|
||||||
./nvim.appimage --appimage-extract
|
./nvim.appimage --appimage-extract
|
||||||
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
|
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- name: Show Neovim version
|
||||||
|
run: nvim --version
|
||||||
|
|
||||||
- name: Cache .tests
|
- name: Cache .tests
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue