Skip to content

Commit

Permalink
Fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 26, 2024
1 parent a4be623 commit 71118f4
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 @@ -34,4 +34,4 @@ jobs:
run: composer install

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

0 comments on commit 71118f4

Please sign in to comment.