Update docker entry point for tests to use Codeception from root

[MAILPOET-6244]
This commit is contained in:
Rostislav Wolny
2024-11-20 11:03:57 +01:00
committed by Jan Lysý
parent 51510216cc
commit 85fad80a10
2 changed files with 3 additions and 1 deletions

View File

@@ -230,7 +230,7 @@ else
fi
fi
/wp-core/wp-content/plugins/mailpoet/vendor/bin/codecept run $TEST_TYPE $@ -vvv
/tests_env/vendor/bin/codecept run $TEST_TYPE $@ -vvv
exitcode=$?
exit $exitcode