mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Debug CI
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -10,6 +10,12 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: rhysd/action-setup-vim@v1
|
- name: Install Vim
|
||||||
- name: Test
|
run: |
|
||||||
run: ./scripts/test
|
sudo add-apt-repository ppa:jonathonf/vim -y
|
||||||
|
sudo apt-get update -q
|
||||||
|
sudo apt-get install -y vim
|
||||||
|
vim --version
|
||||||
|
ls -la
|
||||||
|
- name: Run Tests
|
||||||
|
run: scripts/test
|
||||||
|
|||||||
Reference in New Issue
Block a user