Skip to content

Commit

Permalink
Fix composer test script name
Browse files Browse the repository at this point in the history
  • Loading branch information
josemanuel-cardona committed Jan 21, 2025
1 parent 3a83460 commit 3bce840
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: composer run-script test
run: composer run-script tests

0 comments on commit 3bce840

Please sign in to comment.