mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update daily wpt actions summary
PR-URL: https://github.com/nodejs/node/pull/47138 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
4
.github/workflows/daily-wpt-fyi.yml
vendored
4
.github/workflows/daily-wpt-fyi.yml
vendored
@@ -135,6 +135,8 @@ jobs:
|
||||
run: |
|
||||
gzip wptreport.json
|
||||
echo "## Node.js ${{ steps.setup-node.outputs.node-version }}" >> $GITHUB_STEP_SUMMARY
|
||||
echo "" >> $GITHUB_STEP_SUMMARY
|
||||
echo "WPT Revision: [\`${WPT_REVISION:0:7}\`](https://github.com/web-platform-tests/wpt/commits/$WPT_REVISION)" >> $GITHUB_STEP_SUMMARY
|
||||
for WPT_FYI_ENDPOINT in "https://wpt.fyi/api/results/upload" "https://staging.wpt.fyi/api/results/upload"
|
||||
do
|
||||
response=$(curl -sS \
|
||||
@@ -148,7 +150,7 @@ jobs:
|
||||
origin=${WPT_FYI_ENDPOINT%/api/results/upload}
|
||||
|
||||
echo "" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Run ID [$run_id]($origin/api/runs/$run_id) added to the processor queue at $origin" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Run ID [\`$run_id\`]($origin/api/runs/$run_id) added to the processor queue at ${origin:8}" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- [View on the ${origin:8} dashboard]($origin/results?run_id=$run_id)" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user