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 22d7be1 commit 101f044Copy full SHA for 101f044
.github/workflows/functional-tests.yml
@@ -56,12 +56,6 @@ jobs:
56
php-version: ${{ matrix.php-version }}
57
tools: flex
58
59
- - uses: browser-actions/setup-chrome@v1
60
- id: setup-chrome
61
- with:
62
- chrome-version: 130
63
- install-chromedriver: true
64
-
65
- name: Install root dependencies
66
run: composer install
67
@@ -91,4 +85,3 @@ jobs:
91
85
vendor/bin/simple-phpunit -vvv --debug --testdox
92
86
env:
93
87
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'
94
- PANTHER_CHROME_BINARY: ${{ steps.setup-chrome.outputs.chrome-path }}
0 commit comments