Skip to content

Commit

Permalink
Update gasp-prod-smoke-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszSzpyt committed Jan 21, 2025
1 parent d79f400 commit b344551
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/gasp-prod-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit b344551

Please sign in to comment.