ci: add canary success message (#12404)

This commit is contained in:
Alex Rudenko 2024-05-07 09:59:46 +02:00 committed by GitHub
parent 0eae3d1bb6
commit 4937025fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }})