mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
ci: send wpt completion
This commit is contained in:
15
.github/workflows/wpt.yml
vendored
15
.github/workflows/wpt.yml
vendored
@@ -170,6 +170,21 @@ jobs:
|
||||
cd ./wptdiff
|
||||
CGO_ENABLED=0 go build
|
||||
|
||||
- run: |
|
||||
./wptdiff/wptdiff --completion |tee completion.log
|
||||
|
||||
- name: Send completion to slack
|
||||
uses: slackapi/slack-github-action@v3.0.1
|
||||
with:
|
||||
errors: true
|
||||
method: files.uploadV2
|
||||
token: ${{ secrets.CI_SLACK_BOT_TOKEN }}
|
||||
payload: |
|
||||
channel_id: ${{ vars.WPT_SLACK_CHANNEL_ID }}
|
||||
initial_comment: "Last WPT completion"
|
||||
file: "./completion.log"
|
||||
filename: "wpt-completion-${{ github.sha }}.txt"
|
||||
|
||||
- run: |
|
||||
./wptdiff/wptdiff |tee diff.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user