aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-02-01 19:52:51 +0100
committerGitHub <[email protected]>2022-02-01 19:52:51 +0100
commit4fd3cb0c46330b87d7865de60d45ce50015ffab6 (patch)
treedd847ac7f018d9f170bd157c2d082d9ef6707f6e /.github
parent4813263d4ed67780431f684c5aa15c95ef9303e5 (diff)
downloadfaker-4fd3cb0c46330b87d7865de60d45ce50015ffab6.tar.xz
faker-4fd3cb0c46330b87d7865de60d45ce50015ffab6.zip
ci: use cypress install binary flag (#392)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b3728ff6..11bc7fe8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,6 +38,8 @@ jobs:
- name: Install deps
run: pnpm install
+ env:
+ CYPRESS_INSTALL_BINARY: 0
- name: Build
run: pnpm run build
@@ -85,6 +87,8 @@ jobs:
- name: Install deps
run: pnpm install
+ env:
+ CYPRESS_INSTALL_BINARY: 0
- name: Lint
run: pnpm run lint