-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[5.3] Migrating Appveyor tests to Github Actions #45651
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
Conversation
* Add phpstan to github action * Update ci.yml * Update ci.yml
|
To have LDAP support, you need to start it after checkout because the certificates are only available after the checkout action was run as I did here. |
|
There is no container in windows runners. So you can't run a docker container in a windows runner. That would mean that we would have to first install openLDAP from somewhere like we do in Appveyor. I didn't want to run the installation of Appveyor for this and couldn't find a working openLDAP action for Windows. |
|
Thanks! |
Summary of Changes
What the title says. Please notice that this disables the ldap tests for Windows right now, since I couldn't get an LDAP server running.