Skip to content

Commit f4254b8

Browse files
JonasBatargos
authored andcommitted
test: automatically sync wpt urlpattern tests
PR-URL: #56949 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
1 parent 144bee8 commit f4254b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-wpt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
subsystems:
1010
description: Subsystem to run the update for
1111
required: false
12-
default: '["url", "WebCryptoAPI"]'
12+
default: '["url", "urlpattern", "WebCryptoAPI"]'
1313

1414
permissions:
1515
contents: read
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "WebCryptoAPI"]') }}
27+
subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "urlpattern", "WebCryptoAPI"]') }}
2828

2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)