Skip to content

Commit 8808094

Browse files
authored
tools: remove undici from daily wpt.fyi job
PR-URL: nodejs/node#60444 Refs: nodejs/undici#4644 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 04e2d71 commit 8808094

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/daily-wpt-fyi.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -96,31 +96,6 @@ jobs:
9696
echo "WPT_REPORT=$(pwd)/out/wpt/wptreport.json" >> $GITHUB_ENV
9797
fi
9898
99-
# undici WPT Runner
100-
- name: Set env.UNDICI_VERSION
101-
if: ${{ env.WPT_REPORT != '' }}
102-
run: echo "UNDICI_VERSION=v$(jq -r '.version' < deps/undici/src/package.json)" >> $GITHUB_ENV
103-
- name: Remove deps/undici
104-
if: ${{ env.WPT_REPORT != '' }}
105-
run: rm -rf deps/undici
106-
- name: Checkout undici
107-
if: ${{ env.WPT_REPORT != '' }}
108-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
109-
with:
110-
repository: nodejs/undici
111-
persist-credentials: false
112-
path: deps/undici
113-
clean: false
114-
ref: ${{ env.UNDICI_VERSION }}
115-
- name: Add undici WPTs to the report
116-
if: ${{ env.WPT_REPORT != '' }}
117-
run: |
118-
rm -rf test/wpt/tests
119-
mv ../../test/fixtures/wpt/ test/wpt/tests/
120-
npm install
121-
npm run test:wpt || true
122-
working-directory: deps/undici
123-
12499
# Upload artifacts
125100
- name: Clone report for upload
126101
if: ${{ env.WPT_REPORT != '' }}

0 commit comments

Comments
 (0)