fafa504 / m2-dev-github-actions

Magento2 develop branch check github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}}}

About

Magento2 develop branch check github actions

License:MIT License


Languages

Language:Shell 87.9%Language:PHP 12.1%