Skip to content

Commit

Permalink
Run PHPUnit instead of composer test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Nov 22, 2024
1 parent ee55399 commit f5bf752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: "ramsey/composer-install@v3"

- name: Run tests
run: composer test
run: vendor/bin/phpunit

psalm:
name: Psalm
Expand Down

0 comments on commit f5bf752

Please sign in to comment.