Skip to content

Commit

Permalink
Update PHPUnit command to run tests in the tests/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Mar 7, 2024
1 parent d8439af commit 2ebf2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: composer install

- name: Run tests with PHPUnit
run: ./vendor/bin/phpunit
run: ./vendor/bin/phpunit tests/

0 comments on commit 2ebf2d7

Please sign in to comment.