File tree Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -28,29 +28,16 @@ jobs:
28
28
29
29
strategy :
30
30
matrix :
31
- include :
32
- - os : ubuntu-20.04
33
- manager : sudo apt-get
34
- packages : -y fd-find esl-erlang elixir
35
- nvim-version : v0.8.3
36
- - os : ubuntu-20.04
37
- manager : sudo apt-get
38
- packages : -y fd-find esl-erlang elixir
39
- nvim-version : v0.9.5
40
- - os : macos-14
41
- manager : brew
42
- packages : fd elixir
43
- nvim-version : v0.8.3
44
- - os : macos-14
45
- manager : brew
46
- packages : fd elixir
47
- nvim-version : v0.9.5
31
+ os : [ubuntu-latest, macos-14]
32
+ nvim-version : [v0.8.3, v0.9.5, v0.10.3]
33
+
48
34
steps :
49
35
- uses : actions/checkout@v4
50
- - uses : extractions/setup-just@v2
36
+ - uses : DeterminateSystems/nix-installer-action@main
37
+ - uses : DeterminateSystems/magic-nix-cache-action@main
51
38
- uses : leafo/gh-actions-lua@v10
52
39
with :
53
40
luaVersion : " 5.1.5"
54
41
- uses : leafo/gh-actions-luarocks@v4
55
42
- name : Run nvim-test tests
56
- run : just test ${{ matrix. nvim-version }}
43
+ run : nix shell nixpkgs#bash nixpkgs# just -c just test ${{ nvim-version }}
You can’t perform that action at this time.
0 commit comments