From b34455156ef799a52507253c42a4624d0acf1b58 Mon Sep 17 00:00:00 2001 From: MariuSZ Date: Tue, 21 Jan 2025 16:03:20 +0100 Subject: [PATCH] Update gasp-prod-smoke-test.yml --- .github/workflows/gasp-prod-smoke-test.yml | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/gasp-prod-smoke-test.yml b/.github/workflows/gasp-prod-smoke-test.yml index 1a56b1ee7..5f9fe1e5c 100644 --- a/.github/workflows/gasp-prod-smoke-test.yml +++ b/.github/workflows/gasp-prod-smoke-test.yml @@ -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/gitactions-slack-notification@2.0.0 - 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/gitactions-slack-notification@2.0.0 + # 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 }}"