Fix server e2e tests on CI #1

This commit is contained in:
Charles Bochet
2023-07-27 11:53:00 -07:00
parent 157e5b9a2e
commit 61205c2cb0
5 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,6 @@
#!/usr/bin/env bash
# src/run-integration.sh
DIR="$(cd "$(dirname "$0")" && pwd)"
source $DIR/setenv.sh
npx ts-node ./test/utils/check-db.ts
EXIT_CODE=$?