We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f687b commit a6e1617Copy full SHA for a6e1617
.github/workflows/reusable-testing.yml
@@ -375,8 +375,8 @@ jobs:
375
secrets: inherit
376
with:
377
php: ${{ matrix.php }}
378
- coverage: ${{ matrix.coverage }}
379
- os: ${{ matrix.os }}
+ coverage: ${{ matrix.coverage == true }}
+ os: ${{ matrix.os || '' }}
380
381
prepare-functional:
382
name: Prepare matrix for functional tests
@@ -445,7 +445,7 @@ jobs:
445
446
wp: ${{ matrix.wp }}
447
dbtype: ${{ matrix.dbtype || 'mysql' }}
448
- mysql: ${{ matrix.mysql }}
+ mysql: ${{ matrix.mysql || '' }}
449
object_cache: ${{ matrix.object_cache }}
450
451
0 commit comments