Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/workflows/update-cache-tests.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update WPT
name: Update Submodules

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ permissions:

jobs:
update-wpt:
name: Update WPT
name: Update Submodules
runs-on: ubuntu-latest
steps:
- name: Git Config
Expand All @@ -26,7 +26,7 @@ jobs:
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
base: main
branch: wpt-update
title: Update WPT
body: Automated update of the WPT
commit-message: "chore: update WPT"
branch: submodules-update
title: Update Submodules
body: Automated update of the Submodules
commit-message: "chore: update Submodules"
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "test/web-platform-tests/wpt"]
path = test/web-platform-tests/wpt
url = https://github.com/web-platform-tests/wpt.git
[submodule "test/fixtures/cache-tests"]
path = test/fixtures/cache-tests
url = https://github.com/http-tests/cache-tests
1 change: 1 addition & 0 deletions test/fixtures/cache-tests
Submodule cache-tests added at 1000ac
29 changes: 0 additions & 29 deletions test/fixtures/cache-tests/LICENSE

This file was deleted.

Loading
Loading