Skip to content

Commit b87bfcc

Browse files
committed
Updated
1 parent a400b39 commit b87bfcc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Setup Deno
19+
uses: denoland/setup-deno@v1
20+
with:
21+
deno-version: v1.x
22+
23+
- name: Run tests
24+
run: deno test
25+
1826
- name: Publish package
19-
run: npx jsr publish
27+
run: npx jsr publish --allow-slow-types

0 commit comments

Comments
 (0)