@@ -6,20 +6,21 @@ A Github Workflow that runs the Integration Tests of a Magento Package
66
77See the [ integration.yaml] ( ./integration.yaml )
88
9- | Input | Description | Required | Default |
10- | ------------------ | ------------------------------------------------------------- | -------- | ----------------------------- |
11- | matrix | JSON string of [ version matrix for Magento] ( ./#matrix-format ) | true | NULL |
12- | fail-fast | Same as Github's [ fail-fast] ( https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast ) | false | true |
13- | package_name | The name of the package | true | NULL |
14- | source_folder | The source folder of the package | false | $GITHUB_WORKSPACE |
15- | magento_directory | The folder where Magento will be installed | false | ../magento2 |
16- | magento_repository | Where to install Magento from | false | https://mirror.mage-os.org/ |
17- | test_command | The integration test command to run | false | "../../../vendor/bin/phpunit" |
9+ | Input | Description | Required | Default |
10+ | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------------------------- |
11+ | matrix | JSON string of [ version matrix for Magento] ( ./#matrix-format ) | true | NULL |
12+ | fail-fast | Same as Github's [ fail-fast] ( https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast ) | false | true |
13+ | package_name | The name of the package | true | NULL |
14+ | source_folder | The source folder of the package | false | $GITHUB_WORKSPACE |
15+ | magento_directory | The folder where Magento will be installed | false | ../magento2 |
16+ | magento_repository | Where to install Magento from | false | https://mirror.mage-os.org/ |
17+ | test_command | The integration test command to run | false | "../../../vendor/bin/phpunit" |
18+ | composer_cache_key | A key to version the composer cache. Can be incremented if you need to bust the cache. | false | "" |
1819
1920## Secrets
2021| Input | Description | Required | Default |
2122| ------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
22- | composer_auth | JSON string of [ composer credentials] ( [#./matrix-format](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/connect-auth.html) ) | false | NULL |
23+ | composer_auth | JSON string of [ composer credentials] ( [#./matrix-format](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/connect-auth.html) ) | false | NULL |
2324
2425### Matrix Format
2526
0 commit comments