Skip to content

Commit

Permalink
Try going back to PHPUnit instead of Paratest
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Feb 22, 2021
1 parent 3801627 commit 38b3dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
working-directory: /var/www/html/mautic

- name: Run tests
run: vendor/bin/paratest --coverage-clover coverage.xml
run: vendor/bin/phpunit --coverage-clover coverage.xml

- name: Upload code coverage
run: bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 38b3dde

Please sign in to comment.