semaio / Magento2-ConfigImportExport

Import/Export configuration data in Magento 2 via CLI.
Open Software License 3.0
157 stars 59 forks source link

Set up Github actions (especially unit tests) #59

Closed therouv closed 2 years ago

therouv commented 2 years ago

Set up Github actions and run unit tests for all supported Magento / PHP versions to provide early feedback to developers if everything still works as expected.

Unit tests should run on push to main branch and every pull request:

Discovered https://github.com/extdn/github-actions-m2 during a quick research. Maybe a good starting point?