mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Include matrix without include keyword
This commit is contained in:
parent
e99201ca0b
commit
667ab89d8d
1 changed files with 3 additions and 6 deletions
9
.github/workflows/test-action.yml
vendored
9
.github/workflows/test-action.yml
vendored
|
@ -77,8 +77,7 @@ jobs:
|
|||
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include: ${{ fromJSON(inputs.matrix)['linux'] }}
|
||||
matrix: ${{ fromJSON(inputs.matrix)['linux'] }}
|
||||
env:
|
||||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
|
||||
|
@ -318,8 +317,7 @@ jobs:
|
|||
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include: ${{ fromJSON(inputs.matrix)['macos'] }}
|
||||
matrix: ${{ fromJSON(inputs.matrix)['macos'] }}
|
||||
env:
|
||||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
|
||||
|
@ -552,8 +550,7 @@ jobs:
|
|||
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include: ${{ fromJSON(inputs.matrix)['windows'] }}
|
||||
matrix: ${{ fromJSON(inputs.matrix)['windows'] }}
|
||||
env:
|
||||
SALT_TRANSPORT: ${{ matrix.transport }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue