We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ffcbb commit 86016baCopy full SHA for 86016ba
1 file changed
.github/workflows/reusable-testing.yml
@@ -24,7 +24,7 @@ on:
24
25
jobs:
26
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)' || '' }}
+ 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)' || '' }}
28
runs-on: ubuntu-22.04
29
continue-on-error: ${{ inputs.dbtype == 'sqlite' || inputs.object_cache == 'sqlite' }}
30
0 commit comments