File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 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 != '' }}
You can’t perform that action at this time.
0 commit comments