mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
tools: remove undici from daily wpt.fyi job
PR-URL: https://github.com/nodejs/node/pull/60444 Refs: https://github.com/nodejs/undici/issues/4644 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
04e2d71323
commit
88080944ce
25
.github/workflows/daily-wpt-fyi.yml
vendored
25
.github/workflows/daily-wpt-fyi.yml
vendored
|
|
@ -96,31 +96,6 @@ jobs:
|
|||
echo "WPT_REPORT=$(pwd)/out/wpt/wptreport.json" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
# undici WPT Runner
|
||||
- name: Set env.UNDICI_VERSION
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
run: echo "UNDICI_VERSION=v$(jq -r '.version' < deps/undici/src/package.json)" >> $GITHUB_ENV
|
||||
- name: Remove deps/undici
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
run: rm -rf deps/undici
|
||||
- name: Checkout undici
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
repository: nodejs/undici
|
||||
persist-credentials: false
|
||||
path: deps/undici
|
||||
clean: false
|
||||
ref: ${{ env.UNDICI_VERSION }}
|
||||
- name: Add undici WPTs to the report
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
run: |
|
||||
rm -rf test/wpt/tests
|
||||
mv ../../test/fixtures/wpt/ test/wpt/tests/
|
||||
npm install
|
||||
npm run test:wpt || true
|
||||
working-directory: deps/undici
|
||||
|
||||
# Upload artifacts
|
||||
- name: Clone report for upload
|
||||
if: ${{ env.WPT_REPORT != '' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user