Skip to content

Commit 23e1d0b

Browse files
committed
ci: activate tests on all push/PRs
1 parent 89adfc7 commit 23e1d0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ on: [push, pull_request]
55
jobs:
66
unit_tests:
77
name: unit tests
8-
if: github.repository == 'AntoineGS/copilot.lua'
98
runs-on: ${{ matrix.os }}
109
strategy:
1110
fail-fast: false
1211
matrix:
1312
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-latest, windows-2025]
14-
rev: [nightly, v0.11.0]
13+
rev: [nightly, stable]
1514
include:
1615
- os: ubuntu-24.04
1716
install-rg: sudo apt-get update && sudo apt-get install -y nodejs curl
@@ -33,7 +32,7 @@ jobs:
3332
- name: Prepare
3433
run: |
3534
${{ 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
3736
mv ./tests/env.lua.ci ./tests/env.lua
3837
3938
- name: Run tests

0 commit comments

Comments
 (0)