Skip to content

Commit

Permalink
Merge pull request #17 from storyprotocol/feat/add_slack_integration_2
Browse files Browse the repository at this point in the history
[feat] add slack integration
  • Loading branch information
AndyBoWu authored Mar 30, 2024
2 parents 002d8b1 + f30993e commit eddfdbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ jobs:
{
"text": "${{ github.repository }}: API Integration Tests have been completed. Check the results at github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"blocks": [
{ "type": "divider" },
{
"type": "image",
"title": {
"type": "plain_text",
"text": "Playwright Test Results"
},
"image_url": "http://www.quickmeme.com/img/b9/b9848df257b95cd39585368475a4b4e4a3a8c774f7390226daecb79b912087ad.jpg",
"alt_text": "Playwright Test Results"
},
{
"type": "section",
"text": {
Expand Down

0 comments on commit eddfdbc

Please sign in to comment.