Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Dec 20, 2023
1 parent 9052970 commit 2e2e9d0
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,20 @@ jobs:
run: ./gradlew unit-tests
- name: (test) Notify slack
uses: slackapi/slack-github-action@v1.24.0
payload: |
{
"text": "Acceptance tests failed on trueLayer-java (test!)",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
with:
payload: |
{
"text": "Acceptance tests failed on trueLayer-java (test!)",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
}
}
}
]
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- name: Integration tests
Expand Down

0 comments on commit 2e2e9d0

Please sign in to comment.