just stupid ass test
This commit is contained in:
parent
3887a5a87d
commit
99be13b830
1 changed files with 16 additions and 13 deletions
29
.github/workflows/tests.yml
vendored
29
.github/workflows/tests.yml
vendored
|
|
@ -25,11 +25,11 @@ jobs:
|
||||||
version: 3.x
|
version: 3.x
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install Go
|
# - name: Install Go
|
||||||
uses: actions/setup-go@v5
|
# uses: actions/setup-go@v5
|
||||||
with:
|
# with:
|
||||||
go-version: "1.24.0"
|
# go-version: "1.24.0"
|
||||||
check-latest: false
|
# check-latest: false
|
||||||
|
|
||||||
- name: Install Neovim
|
- name: Install Neovim
|
||||||
uses: rhysd/action-setup-vim@v1
|
uses: rhysd/action-setup-vim@v1
|
||||||
|
|
@ -37,12 +37,15 @@ jobs:
|
||||||
neovim: true
|
neovim: true
|
||||||
version: ${{ matrix.versions }}
|
version: ${{ matrix.versions }}
|
||||||
|
|
||||||
- name: Install Go bins
|
- name: Just stupid ass test
|
||||||
run: |
|
run: nvim --clean --headless -E +'= vim.system {"ls"}:wait().stdout' +q
|
||||||
nvim --version
|
|
||||||
task ci:install-deps
|
|
||||||
|
|
||||||
- name: Run Tests
|
# - name: Install Go bins
|
||||||
run: |
|
# run: |
|
||||||
nvim --version
|
# nvim --version
|
||||||
task tests
|
# task ci:install-deps
|
||||||
|
#
|
||||||
|
# - name: Run Tests
|
||||||
|
# run: |
|
||||||
|
# nvim --version
|
||||||
|
# task tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue