-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename `test.yaml` -> 'test.yml` * Update test.yml * Remove notify action for now * Remove all BXML default values * One too many `=None`'s * Revert "Remove all BXML default values" This reverts commit 464fc82. * Dont make non-strings strings * Do the string conversion later * Add gather tests back * Replace %lt; and > in the xml * Only do regex replacement on SpeakSentence * SWI-5041 Remove Notify action on release workflow * SWI-5041 Apply Regex to Root Verb as well * Fix gather test and re-enable slack notifications
- Loading branch information
1 parent
dcde426
commit 06e1b26
Showing
8 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,10 +78,10 @@ jobs: | |
echo "Log level: WARNING" | ||
pytest -v --log-cli-level=WARNING | ||
# - name: Notify Slack of Failures | ||
# uses: Bandwidth/[email protected] | ||
# if: failure() && !github.event.pull_request.draft | ||
# with: | ||
# job-status: ${{ job.status }} | ||
# slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} | ||
# slack-channel: ${{ secrets.SLACK_CHANNEL }} | ||
- name: Notify Slack of Failures | ||
uses: Bandwidth/[email protected] | ||
if: failure() && !github.event.pull_request.draft | ||
with: | ||
job-status: ${{ job.status }} | ||
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} | ||
slack-channel: ${{ secrets.SLACK_CHANNEL }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters