Skip to content

Commit

Permalink
Add custom script to php_unit
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 12, 2024
1 parent ce2d5e1 commit 127676f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/github_actions/twig-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ 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

codeception:
matrix:
testplan: 'skip'
load_shop: *install_module_prefix

runtest:
matrix:
testplan: 'skip'
Expand Down

0 comments on commit 127676f

Please sign in to comment.