We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119e1cd commit 9d14852Copy full SHA for 9d14852
1 file changed
.github/workflows/reusable-testing.yml
@@ -342,7 +342,7 @@ jobs:
342
id: set-matrix
343
run: |
344
if [[ $FILE_EXISTS == 'true' ]]; then
345
- echo "matrix=$(jq \
+ echo "matrix=$(jq -c \
346
--argjson with_coverage_flag "${{ inputs.with-coverage }}" \
347
--arg minimum_php "${{ inputs.minimum-php }}" \
348
--arg minimum_wp "${{ inputs.minimum-wp }}" \
0 commit comments