Revert check_connect
Some checks failed
Lint / lint (frontend) (push) Blocked by required conditions
Lint / lint (frontend-embed) (push) Blocked by required conditions
Lint / lint (frontend-shared) (push) Blocked by required conditions
Lint / lint (misskey-bubble-game) (push) Blocked by required conditions
Lint / lint (misskey-js) (push) Blocked by required conditions
Lint / lint (misskey-reversi) (push) Blocked by required conditions
Lint / lint (sw) (push) Blocked by required conditions
Lint / typecheck (backend) (push) Blocked by required conditions
Lint / typecheck (misskey-js) (push) Blocked by required conditions
Lint / typecheck (sw) (push) Blocked by required conditions
Lint / pnpm_install (push) Successful in 1m52s
Test (production install and build) / production (22.11.0) (push) Successful in 1m22s
Lint / lint (backend) (push) Has been cancelled
Publish Docker image / Build (push) Has been cancelled
Test (backend) / unit (22.11.0) (push) Has been cancelled

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-12-23 02:32:47 -06:00
parent fb68389b7e
commit 81890283f0
No known key found for this signature in database

View file

@ -54,4 +54,6 @@ const promises = Array
connectToPostgres().then(() => { console.log('Connected to PostgreSQL.'); }),
]);
await Promise.all(promises);
await Promise.allSettled(promises);
process.exit(0);