Skip to content

Commit

Permalink
ci: 🎡 Update from CYPRESS_RUN_BINARY to CYPRESS_INSTALL_BINARY
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Jan 14, 2025
1 parent c5e011b commit 4ed0560
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Dependencies 📦
run: |
HUSKY=0 CYPRESS_RUN_BINARY=0 yarn install --prefer-offline --frozen-lockfile
HUSKY=0 CYPRESS_INSTALL_BINARY=0 yarn install --prefer-offline --frozen-lockfile
- name: Build Project 🚧
run: |
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.25",
"cypress": "^13.17.0",
"commitizen": "^4.3.1",
"cz-git": "^1.11.0",
"eslint": "^9.18.0",
Expand All @@ -79,6 +80,7 @@
"lint-staged": "^15.3.0",
"miragejs": "^0.1.48",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
Expand All @@ -87,9 +89,5 @@
"vite-plugin-favicons-inject": "^2.2.0",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^2.1.8"
},
"optionalDependencies": {
"cypress": "^13.17.0",
"start-server-and-test": "^2.0.9"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@
dependencies:
"@swc/core" "^1.7.26"

"@vitest/coverage-v8@2.1.8":
"@vitest/coverage-v8@^2.1.8":
version "2.1.8"
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-2.1.8.tgz#738527e6e79cef5004248452527e272e0df12284"
integrity sha512-2Y7BPlKH18mAZYAW1tYByudlCYrQyl5RGvnnDYJKW5tCiO5qg3KSAy3XAxcxKz900a0ZXxWtKrMuZLe3lKBpJw==
Expand Down

0 comments on commit 4ed0560

Please sign in to comment.