Skip to content

Commit 6910d5a

Browse files
committed
fix deno/ci
1 parent 707bb19 commit 6910d5a

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

.github/workflows/ci-deno.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,17 @@ jobs:
5050
- run: npm install -g npm
5151
- run: npm ci
5252
- run: npm run test:browser -- --browsers ${{ matrix.browser }}
53+
54+
55+
deno:
56+
runs-on: ubuntu-latest
57+
58+
steps:
59+
- uses: actions/checkout@v4
60+
- name: Setup Deno
61+
uses: denoland/setup-deno@v2
62+
with:
63+
deno-version: "v2.x"
64+
- run: npm ci
65+
- run: deno test test/deno_test.ts
66+

0 commit comments

Comments
 (0)