-
-
Notifications
You must be signed in to change notification settings - Fork 84
31 lines (28 loc) · 882 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Test
on: [push, pull_request]
jobs:
lint:
name: PlenaryBustedDirectory
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: refactoring.nvim
- uses: actions/checkout@v2
with:
repository: nvim-treesitter/nvim-treesitter
path: nvim-treesitter
- uses: actions/checkout@v2
with:
repository: nvim-lua/plenary.nvim
path: plenary.nvim
- name: Setup
run: |
sudo apt-get update
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get install neovim
- name: Test
run: |
cd refactoring.nvim
make ci-install-deps
make test