ci(gitea): scope deno test and check to the new tests directory
Some checks failed
CI / check (push) Failing after 11s
Some checks failed
CI / check (push) Failing after 11s
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user