Skip to content

Commit 86016ba

Browse files
committed
another one
1 parent 16ffcbb commit 86016ba

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
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
run-test:
27-
name: Phar ${{ matrix.use-phar }} | WP ${{ matrix.wp }} | PHP ${{ matrix.php }} | ${{ matrix.dbtype == 'sqlite' && 'SQLite' || matrix.dbtype == 'mysql' && 'MySQL' || 'MariaDB' }}${{ matrix.object_cache == 'sqlite' && '(Obj Cache)' || '' }}
27+
name: WP ${{ input.wp }} | PHP ${{ input.php }} | ${{ input.dbtype == 'sqlite' && 'SQLite' || input.dbtype == 'mysql' && 'MySQL' || 'MariaDB' }}${{ input.object_cache == 'sqlite' && '(Obj Cache)' || '' }}${{ input.use-phar && '(Phar)' || '' }}
2828
runs-on: ubuntu-22.04
2929
continue-on-error: ${{ inputs.dbtype == 'sqlite' || inputs.object_cache == 'sqlite' }}
3030

0 commit comments

Comments
 (0)