Skip to content

Commit

Permalink
Fix phpunit path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanhazer committed Feb 2, 2022
1 parent 017227f commit bc41bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: phpunit tests
run: ./vendor/bin/phpunit

0 comments on commit bc41bb7

Please sign in to comment.