mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01: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
6
.github/workflows/dispatch-workflow.yml
vendored
6
.github/workflows/dispatch-workflow.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
profile:
|
||||
required: true
|
||||
type: string
|
||||
wpt-tests-to-run:
|
||||
wpt-args:
|
||||
required: true
|
||||
type: string
|
||||
wpt-layout:
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
profile: ${{ inputs.profile }}
|
||||
wpt-layout: ${{ inputs.wpt-layout }}
|
||||
unit-tests: ${{ inputs.unit-tests }}
|
||||
wpt-tests-to-run: ${{ inputs.wpt-tests-to-run }}
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
|
||||
linux:
|
||||
if: ${{ inputs.workflow == 'linux' }}
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
profile: ${{ inputs.profile }}
|
||||
wpt-layout: ${{ inputs.wpt-layout }}
|
||||
unit-tests: ${{ inputs.unit-tests }}
|
||||
wpt-tests-to-run: ${{ inputs.wpt-tests-to-run }}
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
|
||||
android:
|
||||
if: ${{ inputs.workflow == 'android' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue