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

Temporary CI fix: use phpunit's executable instead of composer one for onboarder tests #16066

Merged
merged 1 commit into from Dec 24, 2021

Conversation

mmetayer
Copy link
Contributor

@mmetayer mmetayer commented Dec 24, 2021

Description (for Contributor and Core Developer)

See sebastianbergmann/phpunit#4847.

This fix should be reverted as soon as either PHPUnit 9.5.11 or composer 2.2.2 is released.

Definition Of Done (for Core Developer only)

  • Tests
  • Migration & Installer
  • PM Validation (Story)
  • Changelog (maintenance bug fixes)
  • Tech Doc

.circleci/jobs/features/other.yml Outdated Show resolved Hide resolved
@@ -298,7 +298,7 @@ jobs:
rm -f docker-compose.override.yml
PIM_VERSION=master SETUP_FOR_CI=1 PIM_CONTEXT=onboarder make setup-onboarder-parameters
PIM_VERSION=master PIM_CONTEXT=onboarder make setup-onboarder-tests
docker-compose run --rm php php /usr/local/bin/composer dumpautoload
docker-compose run --rm php php /usr/local/bin/composer dumpautoload --no-interaction
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also caused the build to fail (since the release of composer v2.2.0), it should not be reverted 🙂

@mmetayer mmetayer merged commit 2148d5c into master Dec 24, 2021
@mmetayer mmetayer deleted the temporary-fix-for-CI branch December 24, 2021 13:01
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

Successfully merging this pull request may close these issues.

None yet

4 participants