-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d79f400
commit b344551
Showing
1 changed file
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,18 +175,18 @@ jobs: | |
testmo report: https://mangata-finance.testmo.net/automation/runs/view/${{needs.setup-report.outputs.testmo-run-id}}" | ||
GITHUB_REF: "https://mangata-finance.github.io/mangata-e2e/${{ github.run_number }}" | ||
|
||
slack-notify-nook: | ||
needs: [e2e-tm] | ||
if: failure() | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Slack Notification - Error | ||
uses: bryannice/[email protected] | ||
env: | ||
SLACK_INCOMING_WEBHOOK: ${{ secrets.STG_SLACK_WEBHOOK }} | ||
SLACK_TITLE: "PROD GASP smoke UI tests - results - NOOK" | ||
SLACK_COLOR: "#ff0011" | ||
SLACK_MESSAGE: "Test failures [ ${{ env.TEST_SCRIPT }} ] | ||
testmo report: https://mangata-finance.testmo.net/automation/runs/view/${{needs.setup-report.outputs.testmo-run-id}}" | ||
GITHUB_REF: "https://mangata-finance.github.io/mangata-e2e/${{ github.run_number }}" | ||
# slack-notify-nook: | ||
# needs: [e2e-tm] | ||
# if: failure() | ||
# runs-on: ubuntu-latest | ||
|
||
# steps: | ||
# - name: Slack Notification - Error | ||
# uses: bryannice/[email protected] | ||
# env: | ||
# SLACK_INCOMING_WEBHOOK: ${{ secrets.STG_SLACK_WEBHOOK }} | ||
# SLACK_TITLE: "PROD GASP smoke UI tests - results - NOOK" | ||
# SLACK_COLOR: "#ff0011" | ||
# SLACK_MESSAGE: "Test failures [ ${{ env.TEST_SCRIPT }} ] | ||
# testmo report: https://mangata-finance.testmo.net/automation/runs/view/${{needs.setup-report.outputs.testmo-run-id}}" | ||
# GITHUB_REF: "https://mangata-finance.github.io/mangata-e2e/${{ github.run_number }}" |