step tweaks
Some checks failed
gobuild / build (push) Failing after 2s

This commit is contained in:
Greg Gauthier 2024-07-21 18:48:07 +00:00
parent be1a214a13
commit 2b1c44a619

View File

@ -10,6 +10,16 @@ jobs:
runs-on: golang-latest
steps:
- name: Lets See What We Have
run:
uname -a
echo $PATH
echo $GOPATH
which go
go version
- name: Clone Repo
run:
git clone https://repos.gmgauthier.com/gmgauthier/gostations.git .
- name: Linux Build
run:
./ci-build.sh