mirror of https://github.com/statping/statping
github action building
parent
a70b3e616e
commit
95fec37e4c
|
@ -108,7 +108,7 @@ jobs:
|
|||
cd ./go/src/github.com/${{ github.repository }}
|
||||
make build
|
||||
chmod +x statping
|
||||
mv statping $(go env GOPATH)/bin/
|
||||
mv statping ./go/bin/
|
||||
|
||||
- name: Go Tests
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue