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 1e33394 commit e12f32cCopy full SHA for e12f32c
.github/workflows/functional-tests.yml
@@ -57,6 +57,7 @@ jobs:
57
tools: flex
58
59
- uses: browser-actions/setup-chrome@v1
60
+ id: setup-chrome
61
with:
62
chrome-version: 120
63
install-chromedriver: true
@@ -90,3 +91,4 @@ jobs:
90
91
vendor/bin/simple-phpunit -vvv --debug --testdox
92
env:
93
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'
94
+ PANTHER_CHROME_BINARY: ${{ steps.setup-chrome.outputs.chrome-path }}
0 commit comments