try to fix ci
This commit is contained in:
@@ -4,5 +4,5 @@ import { promisify } from 'util';
|
||||
const execAsync = promisify(exec);
|
||||
|
||||
export async function resetDatabase(): Promise<void> {
|
||||
await execAsync('cd .. && ./test_db.sh');
|
||||
await execAsync('cd .. && ./reset_test_data.sh');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user