We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d659123 commit 470a69fCopy full SHA for 470a69f
tests/github_actions/twig-component.yml
@@ -1,7 +1,6 @@
1
# {{ $ids := "twig-component" }}ids: {{ print $ids }}
2
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
3
-# {{ $name := "twig-component" }}name: {{ print $name }}
4
-prepare_shop:
+# {{ $name := "twig-component" }}name: {{ print $name }}prepare_shop:
5
git:
6
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'
7
@@ -29,6 +28,8 @@ install_module:
29
28
}
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