Skip to content

Commit

Permalink
run jsr in a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Jul 16, 2024
1 parent 0b6eb8f commit c374939
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,19 @@ jobs:
with:
bun-version: latest

- name: jsr slow types check
run: deno publish --dry-run

- name: Test
run: npm run test

jsr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: denoland/[email protected]

- name: jsr slow types check
run: deno publish --dry-run

docs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c374939

Please sign in to comment.