Skip to content

Commit 8a2edb8

Browse files
committed
ide: bundle in chromedriver for windows on build
1 parent 3faf729 commit 8a2edb8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install dependencies
1818
run: yarn install --frozen-lockfile
19+
- name: Install chromedriver for windows
20+
run: npm_config_platform=win32 yarn run install
21+
working-directory: packages/selenium-ide/node_modules/electron-chromedriver
1922
- name: Build all JS
2023
run: yarn build
2124
- name: Publish non IDE packages to npm

packages/selenium-ide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seleniumhq/selenium-ide",
3-
"version": "4.0.0-alpha.7",
3+
"version": "4.0.0-alpha.8",
44
"private": true,
55
"description": "Selenium IDE electron app",
66
"author": "Todd <[email protected]>",

0 commit comments

Comments
 (0)