Skip to content

Commit

Permalink
Fix runtest settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 23, 2024
1 parent 37b56dc commit 35f4d36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/oxid-esales/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,13 @@ runtest:
container:
options: '-e XDEBUG_MODE=coverage -e SHOP_PATH=vendor/{{ $org}}/{{ $name }}/source -e SHOP_TESTS_PATH=vendor/{{ $org}}/{{ $name }}/tests'
custom_script: |
cp source/vendor/oxid-esales/testing-library/test_config.yml.dist source/test_config.yml
sed -e "s|shop_tests_path:.*|shop_tests_path: 'vendor/oxid-esales/tests'|" \
-e "s|shop_path:.*|shop_path: 'vendor/oxid-esales/oxideshop-ce/source'|" \
-i source/test_config.yml
cp source/vendor/oxid-esales/oxideshop-ce/source/config.inc.php source/source/config.inc.php
cp source/vendor/oxid-esales/oxideshop-ce/source/config.inc.php source/config.inc.php
reset_shop: false

sonarcloud:
matrix:
Expand Down

0 comments on commit 35f4d36

Please sign in to comment.