Skip to content

Commit e12f32c

Browse files
committed
force chrome path
1 parent 1e33394 commit e12f32c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
tools: flex
5858

5959
- uses: browser-actions/setup-chrome@v1
60+
id: setup-chrome
6061
with:
6162
chrome-version: 120
6263
install-chromedriver: true
@@ -90,3 +91,4 @@ jobs:
9091
vendor/bin/simple-phpunit -vvv --debug --testdox
9192
env:
9293
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'
94+
PANTHER_CHROME_BINARY: ${{ steps.setup-chrome.outputs.chrome-path }}

0 commit comments

Comments
 (0)