Skip to content

Commit 107a4c2

Browse files
committed
CI: Refer to chrome rather than chromium
I took the string from the output of the Setup Chrome action just before.
1 parent 5103553 commit 107a4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Fix GA Chrome Permissions
3535
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
36+
sudo chown root:root /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
37+
sudo chmod 4755 /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
3838
3939
- name: Run tests
4040
run: |

0 commit comments

Comments
 (0)