-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
As part of #69, we encountered that there are quite some input variables, which are not passed into the Docker container. https://github.com/extdn/github-actions-m2/blob/4091e3ae8e47b4fdaa049a9c64a088c1d06d02f1/magento-integration-tests/entrypoint.sh uses the following inputs, which are not passed into the Docker container here:
github-actions-m2/magento-integration-tests/8.1/action.yml
Lines 44 to 49 in 4091e3a
| env: | |
| MODULE_NAME: ${{ inputs.module_name }} | |
| COMPOSER_NAME: ${{ inputs.composer_name }} | |
| MAGENTO_VERSION: ${{ inputs.ce_version }} | |
| PROJECT_NAME: ${{ inputs.project_name }} | |
| COMPOSER_MEMORY_LIMIT: -1 |
INPUT_ELASTICSEARCHINPUT_PHPUNIT_FILEINPUT_COMPOSER_VERSIONINPUT_REPOSITORY_URLINPUT_PRE_PROJECT_SCRIPTINPUT_POST_PROJECT_SCRIPTINPUT_MAGENTO_PRE_INSTALL_SCRIPTINPUT_MAGENTO_POST_INSTALL_SCRIPT
Wouldn't all these variables need to be passed as well? Am I missing something?
/cc @jissereitsma
Metadata
Metadata
Assignees
Labels
No labels