Skip to content

Commit 23d06fc

Browse files
committed
Try fix workflow syntax
1 parent 92e1399 commit 23d06fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
6262
with:
6363
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') }}
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') }}
6565

6666
tests-unit-php:
6767
if: ${{ (github.event_name != 'workflow_dispatch') || ((github.event.inputs.jobs == 'Run all') || (github.event.inputs.jobs == 'Run unit tests only')) }}

0 commit comments

Comments
 (0)