Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereja313 committed Sep 12, 2024
1 parent 2308070 commit 0a98257
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
- uses: actions/checkout@v4

- name: Report build failure
env:
RESOLVER: ${{ needs.check-nightly.outputs.resolver }}
run: |
./slack-send-message.sh
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }
# you can change 'libraries' to the channel dedicated to the library, if there is one
# in order for a bot to be able to post messages, it must be added to the appropriate channel
SLACK_CHANNEL: "libraries"
MESSAGE: "Repository https://github.com/${{ github.repository }} failed to build with latest nightly resolver ($RESOLVER)."
MESSAGE: "Repository https://github.com/${{ github.repository }} failed to build with latest nightly resolver (${{ needs.check-nightly.outputs.resolver }})."
run: |
./slack-send-message.sh

0 comments on commit 0a98257

Please sign in to comment.