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