Skip to content

Commit d2a9c81

Browse files
fix JSR publish workflow (#499)
1 parent b22f743 commit d2a9c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_jsr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Lint
3535
run: deno lint
3636

37-
- name: Documentation tests
38-
run: deno test --doc client.ts mod.ts pool.ts client/ connection/ query/ utils/
39-
4037
- name: Build tests container
4138
run: docker compose build tests
4239

4340
- name: Run tests
4441
run: docker compose run tests
4542

43+
- name: Run doc tests
44+
run: docker compose run doc_tests
45+
4646
- name: Publish (dry run)
4747
if: startsWith(github.ref, 'refs/tags/') == false
4848
run: deno publish --dry-run --allow-dirty

0 commit comments

Comments
 (0)