actions fail invest: log jest setup
This commit is contained in:
parent
4bac864b07
commit
d4065d5a2b
|
@ -7,5 +7,7 @@ import { initTestDb, sendEnvResetRequest } from './utils.js';
|
||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
await initTestDb(false);
|
await initTestDb(false);
|
||||||
|
console.log('Test database initialized.');
|
||||||
await sendEnvResetRequest();
|
await sendEnvResetRequest();
|
||||||
|
console.log('Environment reset completed.');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue