ci(gitea): scope deno test and check to the new tests directory
Some checks failed
CI / check (push) Failing after 11s

This commit is contained in:
Julien Calixte
2026-06-07 22:27:23 +02:00
parent e937863bc6
commit 2105d75cb5

View File

@@ -24,7 +24,7 @@ jobs:
run: deno lint
- name: Type check
run: deno check jetstream.ts server.ts scripts/*.ts src/migrations/init.ts
run: deno check jetstream.ts server.ts scripts/*.ts src/migrations/init.ts tests/
- name: Test
run: deno test --allow-all --permit-no-files
run: deno test --allow-all tests/