chore: Fix db tests

This commit is contained in:
Théophile Diot 2024-08-15 19:55:11 +01:00
parent f0e3d172e7
commit ad5b5443d4
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -370,12 +370,11 @@ else
sudo chmod -R 777 /etc/bunkerweb/plugins external bunkerweb
fi
tests="multisite upgrade"
# tests="local multisite"
tests="local multisite"
# if [ "$integration" == "docker" ] ; then
# tests="$tests mariadb mysql postgres upgrade"
# fi
if [ "$integration" == "docker" ] ; then
tests="$tests mariadb mysql postgres upgrade"
fi
for test in $tests
do