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 5103553 commit 107a4c2Copy full SHA for 107a4c2
.github/workflows/tests.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Fix GA Chrome Permissions
35
run: |
36
- sudo chown root:root /opt/hostedtoolcache/setup-chrome/chromium/stable/x64/chrome-sandbox
37
- sudo chmod 4755 /opt/hostedtoolcache/setup-chrome/chromium/stable/x64/chrome-sandbox
+ sudo chown root:root /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
+ sudo chmod 4755 /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
38
39
- name: Run tests
40
0 commit comments