Skip to content

Commit

Permalink
Update .github/workflows/update-wpt.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Aviv Keller <[email protected]>
  • Loading branch information
mertcanaltin and avivkeller authored Aug 20, 2024
1 parent 90f977b commit be6ffaf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,7 @@ jobs:
sparse_checkout: common/ eventsource/ fetch/ interfaces/ mimesniff/ resources/ service-workers/ storage/ websockets/ xhr/
- name: Move WPT Files
run: |
mv test/fixtures/tmp-wpt/LICENSE.md test/fixtures/wpt/LICENSE.md &&
mv test/fixtures/tmp-wpt/common test/fixtures/wpt/common &&
mv test/fixtures/tmp-wpt/eventsource test/fixtures/wpt/eventsource &&
mv test/fixtures/tmp-wpt/fetch test/fixtures/wpt/fetch &&
mv test/fixtures/tmp-wpt/interfaces test/fixtures/wpt/interfaces &&
mv test/fixtures/tmp-wpt/mimesniff test/fixtures/wpt/mimesniff &&
mv test/fixtures/tmp-wpt/resources test/fixtures/wpt/resources &&
mv test/fixtures/tmp-wpt/service-workers test/fixtures/wpt/service-workers &&
mv test/fixtures/tmp-wpt/storage test/fixtures/wpt/storage &&
mv test/fixtures/tmp-wpt/websockets test/fixtures/wpt/websockets &&
mv test/fixtures/tmp-wpt/xhr test/fixtures/wpt/xhr &&
rm -rf test/fixtures/tmp-wpt/.git
rm -rf test/fixtures/wpt/.git
- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
Expand Down

0 comments on commit be6ffaf

Please sign in to comment.