Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaoka committed Jul 11, 2024
1 parent 11bc15d commit 253aa35
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 @@ -44,7 +44,7 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress
- name: Migrate phpunit XML configuration
run: vendor/bin/phpunit --migrate-configuration || yes
run: vendor/bin/phpunit --migrate-configuration || true

- name: Run test suite
run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down

0 comments on commit 253aa35

Please sign in to comment.