/m2-dev-github-actions

Magento2 develop branch check github actions

Primary LanguageShellMIT LicenseMIT

Magento develop branch tester

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.

  1. Go to Settings>Secrets
  2. Create variable COMPOSER_AUTH
  3. Add you composer auth as value e.g : {"http-basic":{"repo.magento.com": {"username": "xxxxxxxxxxxxxx", "password": "xxxxxxxxxxxxxx"}}}