Skip to content

Commit 0b3e8ed

Browse files
authored
Merge branch 'master' into release-please--branches--master--components--nvim-tree
2 parents 42f630b + 863cf83 commit 0b3e8ed

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: CI
22

33
on:
44
pull_request:
5-
branches:
6-
- '*'
7-
push:
8-
branches:
9-
- master
10-
- release-please--branches--master--components--nvim-tree
11-
125
workflow_dispatch:
136

147
permissions:
@@ -59,7 +52,7 @@ jobs:
5952

6053
strategy:
6154
matrix:
62-
nvim_version: [ v0.9.4 ]
55+
nvim_version: [ stable, nightly ]
6356
luals_version: [ 3.7.3 ]
6457

6558
steps:
@@ -75,7 +68,11 @@ jobs:
7568
mkdir -p luals
7669
curl -L "https://github.com/LuaLS/lua-language-server/releases/download/${{ matrix.luals_version }}/lua-language-server-${{ matrix.luals_version }}-linux-x64.tar.gz" | tar zx --directory luals
7770
71+
- run: echo "luals/bin" >> "$GITHUB_PATH"
72+
7873
- name: make check
79-
run: VIMRUNTIME=/home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime PATH="luals/bin:${PATH}" make check
74+
env:
75+
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
76+
run: make check
8077

8178
- run: make help-check

0 commit comments

Comments
 (0)