mirror of https://github.com/statping/statping
GH actions
parent
04e6765cb4
commit
3fad5c7e8b
|
@ -34,6 +34,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
go mod download
|
go mod download
|
||||||
go mod verify
|
go mod verify
|
||||||
|
make test-deps
|
||||||
|
|
||||||
- name: Build Frontend Statping
|
- name: Build Frontend Statping
|
||||||
run: make clean compile
|
run: make clean compile
|
||||||
|
@ -48,3 +49,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build Binaries
|
- name: Build Binaries
|
||||||
run: make build-bin build-win
|
run: make build-bin build-win
|
||||||
|
|
||||||
|
- name: Slack Notification
|
||||||
|
uses: rtCamp/action-slack-notify@v2.0.0
|
||||||
|
env:
|
||||||
|
SLACK_WEBHOOK: ${{ secrets.SLACK_URL }}
|
||||||
|
SLACK_CHANNEL: dev
|
||||||
|
SLACK_USERNAME: Github
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
on: push
|
|
||||||
name: Slack Notification
|
|
||||||
jobs:
|
|
||||||
slackNotification:
|
|
||||||
name: Slack Notification
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Slack Notification
|
|
||||||
uses: rtCamp/action-slack-notify@v2.0.0
|
|
||||||
env:
|
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_URL }}
|
|
||||||
SLACK_CHANNEL: dev
|
|
||||||
SLACK_USERNAME: Github
|
|
Loading…
Reference in New Issue