Skip to content

Commit

Permalink
chore(ci): update installation (#8)
Browse files Browse the repository at this point in the history
* chore(ci): add `jsr:` when installing package from deno

* tweak

* tweak

* Update ci.yml

* Delete package.json

* Update ci.yml
  • Loading branch information
babiabeo authored Sep 30, 2024
1 parent 94c6a85 commit 14b6f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
deno-version: ${{ matrix.deno }}

- name: Install packages
run: deno add @cross/test @std/assert
run: deno install

- name: Run tests canary
run: deno task test
run: deno task test:deno

node-test:
runs-on: ${{ matrix.os }}
Expand All @@ -59,6 +59,9 @@ jobs:
- name: Install packages
run: npx jsr add @cross/test @std/assert

- name: Add package.json
run: "echo '{ \"type\": \"module\" }' > package.json"

- name: Run tests
run: deno task test:node

Expand All @@ -74,4 +77,4 @@ jobs:
deno-version: canary

- name: Check linting
run: deno task lint
run: deno task lint
7 changes: 0 additions & 7 deletions package.json

This file was deleted.

0 comments on commit 14b6f20

Please sign in to comment.