Skip to content

Commit be6ffaf

Browse files
Update .github/workflows/update-wpt.yml
Co-authored-by: Aviv Keller <[email protected]>
1 parent 90f977b commit be6ffaf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/update-wpt.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,7 @@ jobs:
3030
sparse_checkout: common/ eventsource/ fetch/ interfaces/ mimesniff/ resources/ service-workers/ storage/ websockets/ xhr/
3131
- name: Move WPT Files
3232
run: |
33-
mv test/fixtures/tmp-wpt/LICENSE.md test/fixtures/wpt/LICENSE.md &&
34-
mv test/fixtures/tmp-wpt/common test/fixtures/wpt/common &&
35-
mv test/fixtures/tmp-wpt/eventsource test/fixtures/wpt/eventsource &&
36-
mv test/fixtures/tmp-wpt/fetch test/fixtures/wpt/fetch &&
37-
mv test/fixtures/tmp-wpt/interfaces test/fixtures/wpt/interfaces &&
38-
mv test/fixtures/tmp-wpt/mimesniff test/fixtures/wpt/mimesniff &&
39-
mv test/fixtures/tmp-wpt/resources test/fixtures/wpt/resources &&
40-
mv test/fixtures/tmp-wpt/service-workers test/fixtures/wpt/service-workers &&
41-
mv test/fixtures/tmp-wpt/storage test/fixtures/wpt/storage &&
42-
mv test/fixtures/tmp-wpt/websockets test/fixtures/wpt/websockets &&
43-
mv test/fixtures/tmp-wpt/xhr test/fixtures/wpt/xhr &&
44-
rm -rf test/fixtures/tmp-wpt/.git
33+
rm -rf test/fixtures/wpt/.git
4534
- name: Create Pull Request
4635
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
4736
with:

0 commit comments

Comments
 (0)