Skip to content

Commit

Permalink
- Use phpunit on github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianriizky committed Feb 13, 2022
1 parent 35e9d17 commit 50d7541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
env:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}

- name: Test with pest
- name: Test with phpunit
run: |
mkdir -p build/logs
vendor/bin/pest --verbose --coverage-clover build/logs/clover.xml
vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
env:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}

Expand Down

0 comments on commit 50d7541

Please sign in to comment.