Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sebastian/prod-2721-think-up-a-t…
Browse files Browse the repository at this point in the history
…est-strategy-for-plural-up' into sebastian/prod-2721-think-up-a-test-strategy-for-plural-up
  • Loading branch information
maciaszczykm committed Nov 27, 2024
2 parents 2b69a27 + f697e20 commit 9e9cdba
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,20 @@ jobs:
token: ${{ secrets.SLACK_BOT_TOKEN }}
# ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
channel: 'C082X869RU1'
initial_comment: 'Google e2e test has failed. Here are the generated files.'
file_uploads: [
{
file: '${{ env.TESTOUT_PATH }}/venom.log',
filename: 'venom.log',
},
{
file: '${{ env.TESTOUT_PATH }}/test_results.html',
filename: 'rest_results.html',
},
],
{
"channel": "C082X869RU1" ,
"initial_comment": "Google e2e test has failed. Here are the generated files.",
"file_uploads": [
{
"file": "${{ env.TESTOUT_PATH }}/venom.log",
"filename": "venom.log"
},
{
"file": "${{ env.TESTOUT_PATH }}/test_results.html",
"filename": "rest_results.html"
}
]
}
if: failure()
plural-up-azure:
name: plural up / Azure
Expand Down

0 comments on commit 9e9cdba

Please sign in to comment.