will it fix the problem, or not, that is the question
This commit is contained in:
parent
c96dafbaf6
commit
8d0a96ad92
1 changed files with 1 additions and 7 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -39,17 +39,11 @@ jobs:
|
||||||
neovim: true
|
neovim: true
|
||||||
version: ${{ matrix.versions }}
|
version: ${{ matrix.versions }}
|
||||||
|
|
||||||
- name: Fix envs
|
|
||||||
id: fix-envs
|
|
||||||
run:
|
|
||||||
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
|
|
||||||
echo "GOBIN=$GOPATH/bin" >> $GITHUB_ENV
|
|
||||||
echo "$GOBIN" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Install Go bins
|
- name: Install Go bins
|
||||||
run: |
|
run: |
|
||||||
nvim --version
|
nvim --version
|
||||||
task ci:install-deps
|
task ci:install-deps
|
||||||
|
echo "$HOME/go/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue