Skip to content

Commit d77bc95

Browse files
Shinigami92demipel8
authored andcommitted
ci: use cypress install binary flag (faker-js#392)
1 parent b281c64 commit d77bc95

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)