-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
[Bug]: Unknown option "--parallel". github workflow #1158
Comments
Having the same issue on Bitbucket pipelines. Did you try with |
Finally found the solution for me at least. Seems to have to do with composer not installing the scripts in version 2.7 onwards. Adding |
Can someone pull request this to the documentation? |
|
Does using |
I'm afraid not, it returns this message (in Bitbucket at least):
|
What Happened
when run pest with --parallel flag on github action always get
INFO Unknown option "--parallel".
the workflow file is :
but if i remove --parallel i can run without any issue
How to Reproduce
create github workflow file
push to github
see actions
failed with error :
INFO Unknown option "--parallel".
Error: Process completed with exit code 2.
Sample Repository
No response
Pest Version
2.34.7
PHP Version
8.3
Operation System
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: