Skip to content

Commit

Permalink
remove unwanted errors
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 12, 2024
1 parent d659123 commit 470a69f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/github_actions/twig-component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# {{ $ids := "twig-component" }}ids: {{ print $ids }}
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
# {{ $name := "twig-component" }}name: {{ print $name }}
prepare_shop:
# {{ $name := "twig-component" }}name: {{ print $name }}prepare_shop:
git:
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'

Expand Down Expand Up @@ -29,6 +28,8 @@ install_module:
}
phpunit:
custom_script: |
find .
matrix:
testplan: '["tests/github_actions/defaults/module_phpunit_unit.yml","tests/github_actions/defaults/module_phpunit_integration.yml"]'
load_shop: *install_module_prefix
Expand Down

0 comments on commit 470a69f

Please sign in to comment.