Skip to content

Commit

Permalink
Cant use run-script
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 5, 2024
1 parent 6b1191c commit 51c2f44
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 @@ -164,7 +164,7 @@ jobs:
run: composer update --no-ansi --no-interaction --no-progress

- name: Run tests with phpunit
run: composer unit
run: vendor/bin/phpunit --colors=always

- name: Publish code coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.php-version == '8.0'
Expand Down

0 comments on commit 51c2f44

Please sign in to comment.