1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00

cleanup: docker-compose not required

This commit is contained in:
Gaurav 2022-03-09 09:31:00 +05:30
parent c7ccaa42c5
commit f74cade383
4 changed files with 0 additions and 17 deletions

2
check
View file

@ -43,8 +43,6 @@ else
offer_run './vendor/bin/phpstan analyse'
fi
(MYSQL_PORT=3307 docker-compose up -d > /dev/null 2>/dev/null) || true
if (./vendor/bin/pest > /dev/null 2>/dev/null); then
echo '✅ PEST OK'
else