mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Wrap json in single quotes
This commit is contained in:
parent
163117bcf4
commit
046527cea3
1 changed files with 2 additions and 5 deletions
7
.github/workflows/test-action.yml
vendored
7
.github/workflows/test-action.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
#
|
||||
- name: Test Matrix
|
||||
run: |
|
||||
echo ${{ toJSON(matrix) }}
|
||||
"${{ toJSON(matrix) }}"
|
||||
|
||||
- name: Check python
|
||||
run: |
|
||||
|
@ -317,8 +317,6 @@ jobs:
|
|||
# Full test runs. Each chunk should never take more than 2 hours.
|
||||
# Partial test runs(no chunk parallelization), 6 Hours
|
||||
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}
|
||||
needs:
|
||||
- generate-matrix
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -552,8 +550,6 @@ jobs:
|
|||
# Full test runs. Each chunk should never take more than 2 hours.
|
||||
# Partial test runs(no chunk parallelization), 6 Hours
|
||||
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}
|
||||
needs:
|
||||
- generate-matrix
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -792,6 +788,7 @@ jobs:
|
|||
needs:
|
||||
- test-linux
|
||||
- test-macos
|
||||
- test-windows
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Reference in a new issue