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 }}
|
cd ./go/src/github.com/${{ github.repository }}
|
||||||
make build
|
make build
|
||||||
chmod +x statping
|
chmod +x statping
|
||||||
mv statping $(go env GOPATH)/bin/
|
mv statping ./go/bin/
|
||||||
|
|
||||||
- name: Go Tests
|
- name: Go Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue