-
Notifications
You must be signed in to change notification settings - Fork 111
Action for testing project creation #304
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
Action for testing project creation #304
Conversation
985650d to
193a214
Compare
|
A test run of this action can be found in my fork under https://github.com/yariksheptykin/demo/actions/runs/2060852960 |
|
@yariksheptykin thanks for your PR! 👍 could you please sign the CLA? |
|
@CLAassistant seems to be a bit confused. How can it be signed and not-signed with only one commit? |
I tried to sign CLA multiple times yesterday. The CLA page renders blank to me and I cannot proceed. I managed to do it once somehow, but apparently this introduced even more confusion. Not sure how to get it fixed. |
|
@CLAassistant does not seem to be awake yet. |
It's a "Schrödingers CLA" |
|
everything seems alright, found you in the list 👍. |
|
@dvesh3 while porting this action to demo I noticed a tiny bug. The composer project was created in php8.0 environment, whereas pimcore installation ran under php8.1 as defined in docker-compose.yml file. |
|
@yariksheptykin thanks a lot! |


Closes #302
This PR backports pimcore/skeleton@73f0b4d to pimcore's demo.