Skip to content

Commit

Permalink
fix deno/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Feb 1, 2025
1 parent 707bb19 commit 6910d5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci-deno.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,17 @@ jobs:
- run: npm install -g npm
- run: npm ci
- run: npm run test:browser -- --browsers ${{ matrix.browser }}


deno:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: "v2.x"
- run: npm ci
- run: deno test test/deno_test.ts

0 comments on commit 6910d5a

Please sign in to comment.