Skip to content

Commit 162b177

Browse files
committed
chore: install chrome driver
1 parent 53c3e4d commit 162b177

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-demo-projects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Install Chrome
2020
uses: browser-actions/setup-chrome@v2
21+
with:
22+
install-chromedriver: true
2123

2224
- name: Verify Chrome installation
2325
run: chrome --version

0 commit comments

Comments
 (0)