Skip to content

Commit d659123

Browse files
remove unwanted errors
1 parent 127676f commit d659123

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/github_actions/twig-component.yml

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

@@ -28,8 +29,6 @@ install_module:
2829
}
2930
3031
phpunit:
31-
custom_script: |
32-
find .
3332
matrix:
3433
testplan: '["tests/github_actions/defaults/module_phpunit_unit.yml","tests/github_actions/defaults/module_phpunit_integration.yml"]'
3534
load_shop: *install_module_prefix

0 commit comments

Comments
 (0)