mirror of https://github.com/statping/statping
GH actions
parent
aaec62f88d
commit
f3eb1b4b28
|
@ -62,7 +62,10 @@ jobs:
|
||||||
run: make clean compile
|
run: make clean compile
|
||||||
|
|
||||||
- name: Install Statping
|
- name: Install Statping
|
||||||
run: make install
|
run: |
|
||||||
|
make build
|
||||||
|
chmod +x statping
|
||||||
|
mv statping $(go env GOPATH)/bin/
|
||||||
|
|
||||||
- name: Test Statping
|
- name: Test Statping
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue