Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: add CI for deno package manager
This commits configures CI to run Deno E2E tests.
  • Loading branch information
alan-agius4 authored and csvn committed Nov 20, 2025
commit 38470cba9b1ee326ff45b9af32e67bdb3d5c8e12
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node: [22]
subset: [yarn, pnpm, bun]
subset: [yarn, pnpm, bun, deno]
shard: [0, 1, 2]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
matrix:
os: [ubuntu-latest]
node: [22]
subset: [yarn, pnpm, bun]
subset: [yarn, pnpm, bun, deno]
shard: [0, 1, 2]
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading