Skip to content

Commit

Permalink
workflow: Remove phpunit xml migration step
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed May 23, 2024
1 parent 75c0aa6 commit 04d904b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "<>"
- name: Migrate PHPUnit configuration
run: vendor/bin/phpunit --migrate-configuration
- name: Run tests
run: php vendor/bin/phpunit --bootstrap=tests/bootstrap.php --no-coverage

0 comments on commit 04d904b

Please sign in to comment.