Skip to content

Commit 470a69f

Browse files
remove unwanted errors
1 parent d659123 commit 470a69f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/github_actions/twig-component.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# {{ $ids := "twig-component" }}ids: {{ print $ids }}
22
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
3-
# {{ $name := "twig-component" }}name: {{ print $name }}
4-
prepare_shop:
3+
# {{ $name := "twig-component" }}name: {{ print $name }}prepare_shop:
54
git:
65
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'
76

@@ -29,6 +28,8 @@ install_module:
2928
}
3029
3130
phpunit:
31+
custom_script: |
32+
find .
3233
matrix:
3334
testplan: '["tests/github_actions/defaults/module_phpunit_unit.yml","tests/github_actions/defaults/module_phpunit_integration.yml"]'
3435
load_shop: *install_module_prefix

0 commit comments

Comments
 (0)