Why the heck is docker ps showing containers on the host???
Test / test (push) Successful in 1m37s
Details
Test / test (push) Successful in 1m37s
Details
This commit is contained in:
parent
2031e8a3e7
commit
fdbf8c5ca5
|
|
@ -54,6 +54,7 @@ describe("subscriptions", () => {
|
|||
beforeEach(async () => {
|
||||
try {
|
||||
exec("docker ps", (_, out) => console.log(out))
|
||||
exec("ls /home", (_, out) => console.log(out))
|
||||
await migrateToLatest()
|
||||
} catch (error) {
|
||||
console.log("Something has exploded in migration")
|
||||
|
|
|
|||
Loading…
Reference in New Issue