Skip to content

Commit 9b29491

Browse files
committed
chore(chrome): install Google Chrome stable to address webdriverio/webdriverio#14501
1 parent 4c35614 commit 9b29491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
java-version: '17'
2727
- name: Setup Node Modules
2828
uses: bahmutov/npm-install@v1
29+
- name: Install Google Chrome
30+
run: sudo apt-get install google-chrome-stable
2931
- run: npm run lint
3032
- run: npm test
3133
env:

0 commit comments

Comments
 (0)