Skip to content

Commit

Permalink
fix(e2e-env): minor fix to prevent misunderstanding (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr authored Feb 9, 2024
1 parent 894be46 commit 5c1443b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-env/init-scripts/install-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ps_eventbus_install() {
run_user composer install -n -d ./modules/ps_eventbus

echo "* [ps_eventbus] installing the module..."
cd "$PS_FOLDER"
run_user php -d memory_limit=-1 bin/console prestashop:module --no-interaction install "ps_eventbus"
}

Expand Down

0 comments on commit 5c1443b

Please sign in to comment.