Skip to content

Commit b2297bf

Browse files
Shinigami92bmenant
authored andcommitted
ci: use cypress install binary flag (faker-js#392)
1 parent 59a9f49 commit b2297bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Install deps
4040
run: pnpm install
41+
env:
42+
CYPRESS_INSTALL_BINARY: 0
4143

4244
- name: Build
4345
run: pnpm run build
@@ -85,6 +87,8 @@ jobs:
8587

8688
- name: Install deps
8789
run: pnpm install
90+
env:
91+
CYPRESS_INSTALL_BINARY: 0
8892

8993
- name: Lint
9094
run: pnpm run lint

0 commit comments

Comments
 (0)