Skip to content

Commit

Permalink
chore(git): remove test results for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 28, 2024
1 parent 92a8635 commit 4fecd90
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fecd90

Please sign in to comment.