-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony workflow enhancement #376
Comments
@smoqadam Will you be willing to submit a PR to improve this. |
smoqadam
added a commit
to smoqadam/setup-php
that referenced
this issue
Dec 19, 2020
shivammathur
added a commit
that referenced
this issue
Dec 19, 2020
issue #376 - Install phpunit dependencies before runs the tests
Fixed in #377 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi and thanks for this action.
The first time when you run
php bin/phpunit
it tries to install phpunit dependencies which it messes the tests log.to avoid that, we should add
php bin/phpunit install
command toInstall Composer Dependencies
step to install dependencies first then run the tests.The text was updated successfully, but these errors were encountered: