Skip to content

Commit 11d32c7

Browse files
committed
chore: Test in CI before publishing
1 parent fefe70d commit 11d32c7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish-jsr.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
1817
- name: Publish package
1918
run: npx jsr publish
19+
- name: Setup Deno Environment
20+
uses: denoland/setup-deno@v2
21+
with:
22+
deno-version: v2.x
23+
- name: Execute Tests
24+
run: deno task test
25+
- name: Publish to JSR
26+
run: deno publish

0 commit comments

Comments
 (0)