We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127676f commit d659123Copy full SHA for d659123
tests/github_actions/twig-component.yml
@@ -1,6 +1,7 @@
1
# {{ $ids := "twig-component" }}ids: {{ print $ids }}
2
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
3
-# {{ $name := "twig-component" }}name: {{ print $name }}prepare_shop:
+# {{ $name := "twig-component" }}name: {{ print $name }}
4
+prepare_shop:
5
git:
6
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'
7
@@ -28,8 +29,6 @@ install_module:
28
29
}
30
31
phpunit:
- custom_script: |
32
- find .
33
matrix:
34
testplan: '["tests/github_actions/defaults/module_phpunit_unit.yml","tests/github_actions/defaults/module_phpunit_integration.yml"]'
35
load_shop: *install_module_prefix
0 commit comments