Skip to content

Commit

Permalink
ci: test.sh updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LeinadAlberto committed Jan 21, 2024
1 parent df7bd90 commit 51eca0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

# echo -e "\n\t\t\033[0;31m >> ------------------------------------------------------------------ \n\033[0m";

echo -e "\n\033[0;36m\t>> Set Time Zone \033[0m"
export TZ=America/Bogota
echo -e "\033[0;36m\t>> America/Bogota \033[0m"
Expand All @@ -19,7 +17,7 @@ composer dump-autoload
echo -e "\n\033[0;31m>> -------------------------------------------------------------------------------------- << \n\033[0m";


echo -e "\033[0;36m\t>> All-Testing \033[0m"
echo -e "\033[0;36m\t>> All-Test \033[0m"
php vendor/bin/phpunit
echo -e "\n\033[0;31m>> -------------------------------------------------------------------------------------- << \n\033[0m";

Expand Down

0 comments on commit 51eca0f

Please sign in to comment.