Skip to content

Missing Env Variables #70

Description

@sprankhub

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:

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_ELASTICSEARCH
  • INPUT_PHPUNIT_FILE
  • INPUT_COMPOSER_VERSION
  • INPUT_REPOSITORY_URL
  • INPUT_PRE_PROJECT_SCRIPT
  • INPUT_POST_PROJECT_SCRIPT
  • INPUT_MAGENTO_PRE_INSTALL_SCRIPT
  • INPUT_MAGENTO_POST_INSTALL_SCRIPT

Wouldn't all these variables need to be passed as well? Am I missing something?

/cc @jissereitsma

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions