forked from MAD-I-T/magento-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
28 lines (28 loc) · 1 KB
/
action.yml
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
name: 'Magento 2 actions not with magento folder'
description: 'Test Build Deploy M2 projects'
author: 'MAD IT (www.madit.fr)'
inputs:
php:
description: 'version of php to use 7.1 or 7.2'
default: '7.1'
process:
description: 'Possible values: build, static-test, integration-test, unit-test, phpcs-test, deploy-staging, deploy-production, cleanup-staging, cleanup-production'
default: 'build'
override_settings:
description: 'override config and scripts dirs with your own setup/config, must respect default scalfolding'
default: false
elasticsuite:
description: 'your src is using elasticsuite? 1 or 0'
default: 0
extension:
description: 'the third party module to test in app/code. Vendor or Vendor/MyModule'
default: ''
standard:
description: 'Magento2, PSR2, PSR1, PSR12 etc... see magento-coding-standard'
default: 'Magento2'
runs:
using: 'docker'
image: 'docker://mad1t/magento-actions:latest'
branding:
icon: 'arrow-up-circle'
color: 'blue'