Skip to content

Commit b3e6c7f

Browse files
committed
fix: use chromedriver version 123 for webdriverio in tests.yml
1 parent b2b8fc2 commit b3e6c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: npm ci
6060
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
6161
- shell: 'script -q -e -c "bash {0}"'
62-
run: npx browser-driver-manager install chromedriver=121 --verbose
62+
run: npx browser-driver-manager install chromedriver=123 --verbose
6363
working-directory: packages/cli
6464
- run: npm run coverage --workspace=packages/cli
6565

@@ -101,7 +101,7 @@ jobs:
101101
- run: npm ci
102102
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
103103
- shell: 'script -q -e -c "bash {0}"'
104-
run: npx browser-driver-manager install chromedriver --verbose
104+
run: npx browser-driver-manager install chromedriver=123 --verbose
105105
working-directory: packages/webdriverio
106106
- run: npm run build --workspace=packages/webdriverio
107107
- run: npm run coverage --workspace=packages/webdriverio

0 commit comments

Comments
 (0)