mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: add canary success message (#12404)
This commit is contained in:
parent
0eae3d1bb6
commit
4937025fb3
13
.github/workflows/canary.yml
vendored
13
.github/workflows/canary.yml
vendored
@ -90,7 +90,18 @@ jobs:
|
|||||||
# https://github.com/puppeteer/puppeteer/issues/12379
|
# https://github.com/puppeteer/puppeteer/issues/12379
|
||||||
issue-number: 12379
|
issue-number: 12379
|
||||||
body: |
|
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 }})
|
[Link](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||||
|
Loading…
Reference in New Issue
Block a user