mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
84b5b64424
commit
b5fe99ba5d
8 changed files with 32 additions and 31 deletions
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
required: false
|
||||
default: "release"
|
||||
type: string
|
||||
wpt-tests-to-run:
|
||||
wpt-args:
|
||||
default: ""
|
||||
required: false
|
||||
type: string
|
||||
|
@ -35,7 +35,7 @@ on:
|
|||
default: "release"
|
||||
type: choice
|
||||
options: ["release", "debug", "production"]
|
||||
wpt-tests-to-run:
|
||||
wpt-args:
|
||||
default: ""
|
||||
required: false
|
||||
type: string
|
||||
|
@ -161,7 +161,7 @@ jobs:
|
|||
needs: ["build"]
|
||||
uses: ./.github/workflows/linux-wpt.yml
|
||||
with:
|
||||
wpt-tests-to-run: ${{ inputs.wpt-tests-to-run }}
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
profile: ${{ inputs.profile }}
|
||||
wpt-sync-from-upstream: ${{ inputs.wpt-sync-from-upstream }}
|
||||
wpt-layout: "layout-2020"
|
||||
|
@ -173,7 +173,7 @@ jobs:
|
|||
needs: ["build"]
|
||||
uses: ./.github/workflows/linux-wpt.yml
|
||||
with:
|
||||
wpt-tests-to-run: ${{ inputs.wpt-tests-to-run }}
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
profile: ${{ inputs.profile }}
|
||||
wpt-sync-from-upstream: ${{ inputs.wpt-sync-from-upstream }}
|
||||
wpt-layout: "layout-2013"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue