[test] fixing workflow
All checks were successful
test / test (push) Successful in 17s

- workflow had a bug around env vars
- was expecting inputs vs env
This commit is contained in:
jake 2025-04-04 14:15:24 -04:00
parent 4a01816864
commit 0e0785fb67

View File

@ -20,9 +20,11 @@ jobs:
shell: bash shell: bash
env: env:
GO_INSTALL_COMMANDS: github.com/jake-young-dev/kelp@v0.0.9 GO_INSTALL_COMMANDS: github.com/jake-young-dev/kelp@v0.0.9
GO_INSTALL_ARCH: amd64
GO_INSTALL_PURGE: no
run: | run: |
chmod +x install.sh chmod +x install.sh
./install.sh amd64 no ./install.sh
- name: "check go version" - name: "check go version"
shell: bash shell: bash