Skip to content
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

tests passed on local but not on the GH actions #188

Open
ilyes-msr opened this issue Jul 10, 2022 · 1 comment
Open

tests passed on local but not on the GH actions #188

ilyes-msr opened this issue Jul 10, 2022 · 1 comment

Comments

@ilyes-msr
Copy link

I'm getting this error when I open the PR
Run composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
shell: /usr/bin/bash -e {0}
Your lock file does not contain a compatible set of packages. Please run composer update.
Error: Process completed with exit code 2.

Although I have run composer update and composer install
can anyone tell me what should I do?

@NarimanGardi
Copy link

After cloning the repo run this command
composer update --no-scripts
this will install all required packages and you wont have any error while making a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants