mirror of https://github.com/statping/statping
GH actions
parent
f3eb1b4b28
commit
0a37b0377d
|
@ -70,11 +70,16 @@ jobs:
|
|||
- name: Test Statping
|
||||
env:
|
||||
DB_CONN: sqlite3
|
||||
STATPING_DIR: /home/runner/work/statping/statping
|
||||
API_KEY: demopassword123
|
||||
run: SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
|
||||
|
||||
- name: Build Binaries
|
||||
run: make build-bin build-win
|
||||
|
||||
# - name: Build Binaries
|
||||
# run: goveralls -coverprofile=coverage.out -service=travis -repotoken $(COVERALLS)
|
||||
|
||||
- name: Slack Notification
|
||||
uses: rtCamp/action-slack-notify@v2.0.0
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue