Skip to content

Commit 38470cb

Browse files
alan-agius4csvn
authored andcommitted
ci: add CI for deno package manager
This commits configures CI to run Deno E2E tests.
1 parent 2251d82 commit 38470cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
matrix:
163163
os: [ubuntu-latest]
164164
node: [22]
165-
subset: [yarn, pnpm, bun]
165+
subset: [yarn, pnpm, bun, deno]
166166
shard: [0, 1, 2]
167167
runs-on: ${{ matrix.os }}
168168
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
matrix:
181181
os: [ubuntu-latest]
182182
node: [22]
183-
subset: [yarn, pnpm, bun]
183+
subset: [yarn, pnpm, bun, deno]
184184
shard: [0, 1, 2]
185185
runs-on: ${{ matrix.os }}
186186
steps:

0 commit comments

Comments
 (0)