File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ on: [push, pull_request]
5
5
jobs :
6
6
unit_tests :
7
7
name : unit tests
8
- if : github.repository == 'AntoineGS/copilot.lua'
9
8
runs-on : ${{ matrix.os }}
10
9
strategy :
11
10
fail-fast : false
12
11
matrix :
13
12
os : [ubuntu-24.04, ubuntu-24.04-arm, macos-latest, windows-2025]
14
- rev : [nightly, v0.11.0 ]
13
+ rev : [nightly, stable ]
15
14
include :
16
15
- os : ubuntu-24.04
17
16
install-rg : sudo apt-get update && sudo apt-get install -y nodejs curl
33
32
- name : Prepare
34
33
run : |
35
34
${{ matrix.install-rg }}
36
- git clone --filter=blob:none https://github.com/echasnovski /mini.nvim deps/mini.nvim
35
+ git clone --filter=blob:none https://github.com/nvim-mini /mini.nvim deps/mini.nvim
37
36
mv ./tests/env.lua.ci ./tests/env.lua
38
37
39
38
- name : Run tests
You can’t perform that action at this time.
0 commit comments