Skip to content

Commit 88ac9a9

Browse files
committed
fix: install deno in cypress tests
1 parent 4988b83 commit 88ac9a9

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.github/workflows/cypress-canary.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
with:
4848
node-version: '16'
4949

50+
- uses: denoland/setup-deno@v1
51+
with:
52+
deno-version: v1.x
53+
5054
- run: npm install
5155

5256
- name: Cypress run

.github/workflows/cypress-demo-nx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
with:
4848
node-version: '16'
4949

50+
- uses: denoland/setup-deno@v1
51+
with:
52+
deno-version: v1.x
53+
5054
- run: npm install
5155

5256
- name: Cypress run

.github/workflows/cypress-demo-static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
with:
5252
node-version: '16'
5353

54+
- uses: denoland/setup-deno@v1
55+
with:
56+
deno-version: v1.x
57+
5458
- run: npm install
5559

5660
- name: Cypress run

.github/workflows/cypress-demo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
with:
5252
node-version: '16'
5353

54+
- uses: denoland/setup-deno@v1
55+
with:
56+
deno-version: v1.x
57+
5458
- run: npm install
5559

5660
- name: Cypress run

.github/workflows/cypress-middleware.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
with:
5252
node-version: '16'
5353

54+
- uses: denoland/setup-deno@v1
55+
with:
56+
deno-version: v1.x
57+
5458
- run: npm install
5559

5660
- name: Cypress run

0 commit comments

Comments
 (0)