We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c3e4d commit 162b177Copy full SHA for 162b177
1 file changed
.github/workflows/test-demo-projects.yaml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Install Chrome
20
uses: browser-actions/setup-chrome@v2
21
+ with:
22
+ install-chromedriver: true
23
24
- name: Verify Chrome installation
25
run: chrome --version
0 commit comments