Skip to content

Commit

Permalink
no false literal
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Aug 30, 2024
1 parent f347dfa commit 3ef032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--coverage-clover coverage.xml
--coverage-text
--log-junit junit.xml
${{ matrix.dependencies == 'low' && '--config phpunit10.xml.dist' }}
${{ matrix.dependencies == 'low' && '--config phpunit10.xml.dist' || '' }}

- name: Submit code coverage
if: ${{ always() }}
Expand Down

0 comments on commit 3ef032c

Please sign in to comment.