Skip to content

Commit 0cd4156

Browse files
authored
Update laravel_dusk_connect-cms-test-matrix.yml
1 parent 47dd10b commit 0cd4156

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/laravel_dusk_connect-cms-test-matrix.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,16 @@ jobs:
124124
run: php artisan db:seed --force
125125

126126
# Dusk test
127-
# - name: Chrome Version
128-
# run: /opt/google/chrome/chrome --version
127+
- name: Chrome Version
128+
run: /opt/google/chrome/chrome --version
129129

130130
# スクリーンショットの日本語表示対応
131-
- name: UnInstall chrome
132-
run: sudo apt remove google-chrome-stable
131+
# - name: UnInstall chrome
132+
# run: sudo apt remove google-chrome-stable
133+
- name: /usr/bin/chrome
134+
run: |
135+
ll /usr/bin/chrome
136+
ll /usr/bin/google-chrome
133137
134138
# https://readouble.com/laravel/8.x/ja/dusk.html#managing-chromedriver-installations
135139
#- name: Upgrade Chrome Driver
@@ -164,7 +168,7 @@ jobs:
164168
# install-dependencies: true
165169

166170
- name: Chrome bin-path Override
167-
run: sudo ln -nfs ${{ steps.setup-chrome.outputs.chrome-path }} /usr/bin/chrome
171+
run: sudo ln -nfs ${{ steps.setup-chrome.outputs.chrome-path }} /usr/bin/google-chrome
168172

169173
- name: Chrome Driver Copy
170174
run: sudo \cp -f ${{ steps.setup-chrome.outputs.chromedriver-path }} ./vendor/laravel/dusk/bin/chromedriver-linux

0 commit comments

Comments
 (0)