Skip to content

Commit 9d14852

Browse files
committed
don't forget -c
1 parent 119e1cd commit 9d14852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
id: set-matrix
343343
run: |
344344
if [[ $FILE_EXISTS == 'true' ]]; then
345-
echo "matrix=$(jq \
345+
echo "matrix=$(jq -c \
346346
--argjson with_coverage_flag "${{ inputs.with-coverage }}" \
347347
--arg minimum_php "${{ inputs.minimum-php }}" \
348348
--arg minimum_wp "${{ inputs.minimum-wp }}" \

0 commit comments

Comments
 (0)