We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e1399 commit 23d06fcCopy full SHA for 23d06fc
.github/workflows/quality-assurance-php.yml
@@ -61,7 +61,7 @@ jobs:
61
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
62
with:
63
PHP_VERSION: ${{ matrix.php-ver }}
64
- PSALM_ARGS: ${{ format("--no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --output-format={0}", ((github.event_name == 'pull_request') && 'github ') || 'compact') }}
+ PSALM_ARGS: ${{ format('--no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --output-format={0}', ((github.event_name == 'pull_request') && 'github') || 'compact') }}
65
66
tests-unit-php:
67
if: ${{ (github.event_name != 'workflow_dispatch') || ((github.event.inputs.jobs == 'Run all') || (github.event.inputs.jobs == 'Run unit tests only')) }}
0 commit comments