Skip to content

Commit 93e7cb3

Browse files
committed
ci: add CI for deno package manager
This commits configures CI to run Deno E2E tests.
1 parent 1707fa2 commit 93e7cb3

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
@@ -133,7 +133,7 @@ jobs:
133133
matrix:
134134
os: [ubuntu-latest]
135135
node: [22]
136-
subset: [yarn, pnpm]
136+
subset: [yarn, pnpm, deno]
137137
shard: [0, 1, 2]
138138
runs-on: ${{ matrix.os }}
139139
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
matrix:
153153
os: [ubuntu-latest]
154154
node: [22]
155-
subset: [yarn, pnpm]
155+
subset: [yarn, pnpm, deno]
156156
shard: [0, 1, 2]
157157
runs-on: ${{ matrix.os }}
158158
steps:

0 commit comments

Comments
 (0)