Skip to content

Commit

Permalink
cleanup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Apr 20, 2024
1 parent 9b673d9 commit 3a57d2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin # https://github.com/actions/setup-go/issues/14
echo "PATH: $PATH"
echo "GOPATH: $(go env GOPATH)/bin "
ls -al /home/runner/go/bin
echo "--"
ls -al /opt/hostedtoolcache/go/1.22.2/x64/bin
make fmt-check lint vet
- name: build
run: make build
Expand Down

0 comments on commit 3a57d2d

Please sign in to comment.