mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Fix db tests
This commit is contained in:
parent
f0e3d172e7
commit
ad5b5443d4
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue