Skip to content

Commit

Permalink
ci: add canary success message
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 7, 2024
1 parent 0eae3d1 commit 864f8c8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,18 @@ jobs:
# https://github.com/puppeteer/puppeteer/issues/12379
issue-number: 12379
body: |
Tests with Chrome Canary failed
Tests with Chrome Canary failed
---
[Link](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
- name: Post comment
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
if: ${{ needs.canary-chrome-tests.result == 'success'}}
with:
# https://github.com/puppeteer/puppeteer/issues/12379
issue-number: 12379
body: |
✅ Tests with Chrome Canary succeeded
---
[Link](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 comments on commit 864f8c8

Please sign in to comment.