Test M2 develop branch using github actions MAD-I-T/magento-actions@master
Check .github/workflow/main.yml
for usage example.
Reminder :
Use git clone --recursive
to clone the repo and its submodule (i.e magento 2.4 src)
Because a habit to follow https://12factor.net composer credentials are set through github secret option.
- Go to
Settings>Secrets>Repository secrets
- Create variable
COMPOSER_AUTH
- Add you composer auth as value e.g :
{"http-basic":{"repo.magento.com": {"username": "xxxxxxxxxxxxxx", "password": "xxxxxxxxxxxxxx"}}}
One can use our magento-devbox as local dev environment, linux and mac os supported.