We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22f743 commit c44b232Copy full SHA for c44b232
.github/workflows/publish_jsr.yml
@@ -34,15 +34,15 @@ jobs:
34
- name: Lint
35
run: deno lint
36
37
- - name: Documentation tests
38
- run: deno test --doc client.ts mod.ts pool.ts client/ connection/ query/ utils/
39
-
40
- name: Build tests container
41
run: docker compose build tests
42
43
- name: Run tests
44
run: docker compose run tests
45
+ - name: Run doc tests
+ run: docker compose run doc_tests
+
46
- name: Publish (dry run)
47
if: startsWith(github.ref, 'refs/tags/') == false
48
run: deno publish --dry-run --allow-dirty
0 commit comments