mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: restart superset container in test script (#13780)
This commit is contained in:
@@ -38,7 +38,7 @@ function reset_db() {
|
||||
EOF
|
||||
"
|
||||
docker exec -i superset_db bash -c "${RESET_DB_CMD}"
|
||||
docker-compose start superset-tests-worker
|
||||
docker-compose start superset-tests-worker superset
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user