feat: add testing to CI
Some checks failed
TrafficCue Server CI / check (push) Failing after 24s

This commit is contained in:
2025-08-30 10:30:26 +02:00
parent 2e91304f2a
commit 3b876bbc80

View File

@ -11,3 +11,6 @@ jobs:
run: bun i
- run: bunx eslint
- run: bunx prettier --check .
- run: bun test
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}