mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
build: add failure notification on push (#1873)
* build: add failure notification on push * build: fix build (#1872) * build: fix build `kafkaSerializers` is already included transitively via `kafkaAvroSerde` * Update build.gradle
This commit is contained in:
parent
57fdc5c00c
commit
a897f7a3bf
7
.github/workflows/build-and-test.yml
vendored
7
.github/workflows/build-and-test.yml
vendored
@ -26,3 +26,10 @@ jobs:
|
||||
java-version: 1.8
|
||||
- name: Gradle build (and test)
|
||||
run: ./gradlew build
|
||||
- name: Slack failure notification
|
||||
if: failure() && github.event_name == 'push'
|
||||
uses: kpritam/slack-job-status-action@v1
|
||||
with:
|
||||
job-status: ${{ job.status }}
|
||||
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||
channel: github-activities
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user