try to fix ci
Some checks failed
CI/CD Pipeline / test (push) Failing after 38m57s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
Philipp Hofer
2025-11-20 12:49:52 +01:00
parent 8801e9ab06
commit 0be1a35252
2 changed files with 20 additions and 1 deletions

View File

@@ -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');
}