From 4fecd900b8e913b7d98cf20dc4fb2ba75268d67e Mon Sep 17 00:00:00 2001 From: dtfiedler Date: Wed, 28 Aug 2024 16:35:56 -0600 Subject: [PATCH] chore(git): remove test results for now --- .github/workflows/monitor.yaml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/monitor.yaml b/.github/workflows/monitor.yaml index 2a108b4..5c0fd54 100644 --- a/.github/workflows/monitor.yaml +++ b/.github/workflows/monitor.yaml @@ -59,27 +59,26 @@ jobs: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} SLACK_CUSTOM_PAYLOAD: | { - "attachments": [{ - "fallback": 'IO Process Observation Failed', - "color": 'danger', - "title": 'Details', - "text": 'The IO Process has failed at least one observation tests!', - "fields": [{ - "title": "Network", - "value": "${{ matrix.network }}", - "short": true - }, + "attachments": [ + { + "fallback": "IO Process Observation Failed", + "color": "danger", + "title": "Details", + "text": "The IO Process has failed at least one observation test!", + "fields": [ { - "title": "Process ID", - "value": "${{ matrix.network == 'testnet' && 'agYcCFJtrMG6cqMuZfskIkFTGvUPddICmtQSBIoPdiA' || 'GaQrvEMKBpkjofgnBi_B3IgIDmY_XYelVLB6GcRGrHc' }}", - "short": true + "title": "Network", + "value": "${{ matrix.network }}", + "short": true }, { - "title": "Test Output", - "value": "```\n${{ env.TEST_RESULTS }}\n```", - "short": false + "title": "Process ID", + "value": "${{ matrix.network == 'testnet' && 'agYcCFJtrMG6cqMuZfskIkFTGvUPddICmtQSBIoPdiA' || 'GaQrvEMKBpkjofgnBi_B3IgIDmY_XYelVLB6GcRGrHc' }}", + "short": true } - }] + ] + } + ] } # on sucess send a slack message