Skip to content

Commit a3b7833

Browse files
panvaaduh95
authored andcommitted
tools: remove undici from daily wpt.fyi job
PR-URL: #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 deea3cd commit a3b7833

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

0 commit comments

Comments
 (0)