diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index d8d297ba..d851fa97 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -67,4 +67,4 @@ jobs: - name: Compose up run: docker compose up backend timescaledb migrate --build -d --wait - name: Unit test - run: docker compose exec backend bun test --verbose --coverage \ No newline at end of file + run: docker compose exec backend bun test src/collections/organizations/queries.test.ts --timeout 60000 --bail \ No newline at end of file