From 3974a19ba7a61fc0011a9870cbf6352aa4cd3942 Mon Sep 17 00:00:00 2001 From: JonasBa Date: Fri, 7 Feb 2025 10:11:30 -0500 Subject: [PATCH] test: automatically sync wpt urlpattern tests --- .github/workflows/update-wpt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-wpt.yml b/.github/workflows/update-wpt.yml index 72ec030e9d645a..f2e8198ef4ef49 100644 --- a/.github/workflows/update-wpt.yml +++ b/.github/workflows/update-wpt.yml @@ -9,7 +9,7 @@ on: subsystems: description: Subsystem to run the update for required: false - default: '["url", "WebCryptoAPI"]' + default: '["url", "urlpattern", "WebCryptoAPI"]' permissions: contents: read @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "WebCryptoAPI"]') }} + subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "urlpattern", "WebCryptoAPI"]') }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2