-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathaction.yml
More file actions
50 lines (49 loc) · 1.86 KB
/
Copy pathaction.yml
File metadata and controls
50 lines (49 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: 'Magento 2 integration tests'
author: 'ExtDN'
description: 'runs integration tests for given Magento 2 open source version'
inputs:
module_name:
description: 'Your Magento module name. Example: Foo_Bar'
required: true
composer_name:
description: 'Your composer name. Example: foo/magento2-bar'
required: true
ce_version:
description: 'Deprecated. Please use "magento_version" instead.'
magento_version:
description: 'Magento 2 Open Source version number'
required: true
default: '2.3.5-p2'
project_name:
description: 'Magento 2 project name'
required: true
default: 'magento/project-community-edition'
module_source:
description: 'Relative path to your module source within your repository. Empty by default.'
required: false
phpunit_file:
description: 'Relative path to your own PHPUnit file. Leave empty to use the default.'
required: false
pre_project_script:
description: 'Relative path to an optional script before Composer create-project is run. Leave empty to use the default.'
required: false
post_project_script:
description: 'Relative path to an optional script after Composer create-project is run. Leave empty to use the default.'
required: false
magento_pre_install_script:
description: 'Relative path to an optional script before Magento installation is run. Leave empty to use the default.'
required: false
magento_post_install_script:
description: 'Relative path to an optional script after Magento installation is run. Leave empty to use the default.'
required: false
magento_encryption_key:
description: 'Static encryption key to be used during Magento installation.'
required: false
runs:
using: 'docker'
image: 'docker://extdn/magento-integration-tests-action:7.2-latest'
env:
COMPOSER_MEMORY_LIMIT: -1
branding:
icon: 'code'
color: 'green'