Skip to content

Commit

Permalink
Add test:jsr to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed May 16, 2024
1 parent 3234d73 commit ca2f768
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,19 @@ jobs:
npm test
env:
CI: true

jsr_test:
name: Verify JSR Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "lts/*"

- name: Install Packages
run: npm install

- name: Run --dry-run
run: npm run test:jsr

0 comments on commit ca2f768

Please sign in to comment.