From 64ce7d26dd8c8c07cc0fd7fd711a9d290468d31f Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 27 Feb 2025 21:35:56 +0200 Subject: [PATCH] this is literally my last resort, also this should check if vim.system can run all this gotools --- .github/workflows/tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a2c03f..e689a3f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,8 +40,14 @@ jobs: - name: Once again, what does it say? 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 + nvim --clean --headless -u ./scripts/minimal_init.lua +"=vim.system({'gotests'}):wait().stdout" +q + echo "PATH -- $PATH" + echo "GOBIN $GOBIN" + echo "GOPATH $GOPATH" + echo `whereis gotests` + echo `gotests -version` + ls /home/runner/go/bin + exit 1 - name: Install Go bins run: |