Skip to content

Commit

Permalink
Update static-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf committed May 22, 2024
1 parent b40b298 commit 911750d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/static-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ bin/magento deploy:mode:set developer
# copy allure config if m2 >= 2.4.6
if [ "$INPUT_OPENSEARCH" = "1" ]
then
echo "copying allure config from $PROJECT_PATH/magento/dev/tests/static/allure/"
echo "moving to $PROJECT_PATH/magento/dev/tests/static/"
cd $PROJECT_PATH/magento/dev/tests/static/
$PROJECT_PATH/magento/vendor/bin/phpunit -c $PROJECT_PATH/magento/dev/tests/static/phpunit.xml.dist
else
./vendor/bin/phpunit -c dev/tests/static/phpunit.xml.dist
Expand Down

0 comments on commit 911750d

Please sign in to comment.