We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ac810 commit f493acbCopy full SHA for f493acb
.github/workflows/CI.yml
@@ -25,6 +25,8 @@ jobs:
25
uses: browser-actions/setup-chrome@latest
26
with:
27
chrome-version: latest
28
+ install-dependencies: true
29
+ install-chromedriver: true
30
id: setup-chrome
31
- run: |
32
echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
0 commit comments