mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-19 01:37:24 +00:00
@@ -29,6 +29,9 @@ run_tests() {
|
||||
# Clean up old containers and volumes
|
||||
$DOCO --profile $profile down -v --remove-orphans
|
||||
docker container rm --force nextcloud-aio-{mastercontainer,apache,notify-push,nextcloud,redis,database,domaincheck,whiteboard,imaginary,talk,collabora,borgbackup} > /dev/null 2>&1
|
||||
# Wait a few seconds so that the containers are correctly removed
|
||||
sleep 10
|
||||
# Then remove the volumes
|
||||
docker volume rm nextcloud_aio_{mastercontainer,apache,database,database_dump,nextcloud,nextcloud_data,redis,backup_cache,elasticsearch} > /dev/null 2>&1
|
||||
|
||||
echo -e "\n 📣 Running playwright tests for ${TESTS_FILE} with SKIP_DOMAIN_VALIDATION=$SKIP_DOMAIN_VALIDATION and profile '$profile'\n"
|
||||
|
||||
Reference in New Issue
Block a user