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