GH actions

pull/508/head
hunterlong 2020-04-16 13:41:35 -07:00
parent f3eb1b4b28
commit 0a37b0377d
1 changed files with 5 additions and 0 deletions

View File

@ -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: