Skip to content

Commit

Permalink
chore: Test in CI before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent fefe70d commit 11d32c7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
- name: Setup Deno Environment
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Execute Tests
run: deno task test
- name: Publish to JSR
run: deno publish

0 comments on commit 11d32c7

Please sign in to comment.