Skip to content

Commit

Permalink
Merge pull request #4 from empear-analytics/Taking-care-of-tests-with…
Browse files Browse the repository at this point in the history
…out-a-result

Bugfix for unknown message json
  • Loading branch information
ulrikawiss authored Mar 31, 2023
2 parents 13de143 + f4cfd7d commit e12b761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/slack-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@ export default class SlackMessage {
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":Question: *UNKNOWN RESULT:* No test result was found, check the Action for more info."
}
},
{
"type": "divider"
},
Expand Down
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20230,11 +20230,13 @@ class SlackMessage {
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":Question: *UNKNOWN RESULT:* No test result was found, check the Action for more info."
}
},
{
"type": "divider"
},
Expand Down

0 comments on commit e12b761

Please sign in to comment.