wpt-tests-to-run -> wpt-args and make them last so they can override already provide (#33115)

d options

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-08-19 09:29:40 +02:00 committed by GitHub
parent 84b5b64424
commit b5fe99ba5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 31 deletions

View file

@ -7,7 +7,7 @@ on:
required: false
default: "release"
type: string
wpt-tests-to-run:
wpt-args:
default: ""
required: false
type: string
@ -32,7 +32,7 @@ on:
default: "release"
type: choice
options: ["release", "debug", "production"]
wpt-tests-to-run:
wpt-args:
default: ""
required: false
type: string
@ -158,7 +158,7 @@ jobs:
with:
profile: ${{ inputs.profile }}
wpt-layout: "layout-2020"
wpt-tests-to-run: ${{ inputs.wpt-tests-to-run }}
wpt-args: ${{ inputs.wpt-args }}
secrets: inherit
wpt-2013:
@ -169,5 +169,5 @@ jobs:
with:
profile: ${{ inputs.profile }}
wpt-layout: "layout-2013"
wpt-tests-to-run: ${{ inputs.wpt-tests-to-run }}
wpt-args: ${{ inputs.wpt-args }}
secrets: inherit