Skip to content

Commit

Permalink
github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian689 committed Feb 27, 2025
1 parent ff08133 commit 6e730b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: docker compose exec backend bun test src/collections/organizations/queries.test.ts --timeout 60000 --bail

0 comments on commit 6e730b8

Please sign in to comment.