Update .gitea/workflows/test.yaml
All checks were successful
test / test (push) Successful in 17s

This commit is contained in:
jake 2025-05-22 23:58:03 +00:00
parent b6d1948c4b
commit efcd748483

View File

@ -28,4 +28,13 @@ jobs:
- name: "check go installed command" - name: "check go installed command"
shell: bash shell: bash
run: mctl -v | grep "mctl version v0.3.4" run: mctl -v | grep "mctl version v0.3.4"
- name: "this should skip"
shell: bash
env:
GO_INSTALL_COMMANDS: code.jakeyoungdev.com/jake/mctl@v0.3.4
GO_INSTALL_ARCH: amd64
run: |
chmod +x install.sh
./install.sh