Skip to content

Commit

Permalink
Tweak testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Mar 9, 2024
1 parent 9ad39e1 commit 06ff945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover clover.xml

- name: Execute code style checks
run: ./vendor/bin/phpcs --standard=PSR2 -p --ignore=./tests/storage/* --report=full --report-checkstyle=build/logs/checkstyle.xml src/ tests/
run: ./vendor/bin/phpcs --standard=PSR2 -p --ignore=./tests/storage/* src/ tests/

- name: Check code coverage
if: ${{ matrix.php == '8.1' }}
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>

</phpunit>

0 comments on commit 06ff945

Please sign in to comment.