We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca052c9 commit 8c4d6d3Copy full SHA for 8c4d6d3
.github/workflows/release-ide.yml
@@ -40,9 +40,6 @@ jobs:
40
run: npm i -g pnpm
41
- name: Install dependencies
42
run: pnpm -r i
43
- - name: Install chromedriver for windows
44
- run: npm_config_platform=win32 npm i
45
- working-directory: packages/selenium-ide/node_modules/electron-chromedriver
46
- name: Build all JS
47
run: pnpm run build
48
env:
0 commit comments