You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,6 +61,15 @@ for (const version of DOWNLOADABLE_MYSQL_VERSIONS) {
58
61
59
62
awaitconnection.end();
60
63
awaitdb.stop();
64
+
65
+
//If everything was successful, delete the database if running in CI (if not running in CI, deleteDBAfterStopped is set to true and so the db is deleted automatically)
0 commit comments