test test
This commit is contained in:
parent
af06d4fe99
commit
80d0a79179
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -39,7 +39,9 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Once again, what does it say?
|
- name: Once again, what does it say?
|
||||||
run: nvim --clean --headless -u ./scripts/minimal_init.lua +"echo &runtimepath" +q
|
run: |
|
||||||
|
nvim --clean --headless -u ./scripts/minimal_init.lua +"echo &runtimepath" +q
|
||||||
|
nvim --clean --headless -u ./scripts/minimal_init.lua +"=vim.system({'pwd'}):wait().stdout" +q
|
||||||
|
|
||||||
- name: Install Go bins
|
- name: Install Go bins
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue