Skip to content

Commit

Permalink
fix: use chromedriver version 123 for webdriverio in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmries committed Mar 28, 2024
1 parent b2b8fc2 commit b3e6c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: npm ci
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chromedriver=121 --verbose
run: npx browser-driver-manager install chromedriver=123 --verbose
working-directory: packages/cli
- run: npm run coverage --workspace=packages/cli

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

0 comments on commit b3e6c7f

Please sign in to comment.