Skip to content

Commit

Permalink
Try fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Nov 15, 2023
1 parent 92e1399 commit 23d06fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
with:
PHP_VERSION: ${{ matrix.php-ver }}
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') }}

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

0 comments on commit 23d06fc

Please sign in to comment.