Why the heck is docker ps showing containers on the host???
Test / test (push) Successful in 1m37s Details

This commit is contained in:
Jeff 2024-10-19 14:22:29 -04:00
parent 2031e8a3e7
commit fdbf8c5ca5
1 changed files with 1 additions and 0 deletions

View File

@ -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")