Skip to content

Commit 101f044

Browse files
committed
remove custom chrome
1 parent 22d7be1 commit 101f044

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/functional-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
php-version: ${{ matrix.php-version }}
5757
tools: flex
5858

59-
- uses: browser-actions/setup-chrome@v1
60-
id: setup-chrome
61-
with:
62-
chrome-version: 130
63-
install-chromedriver: true
64-
6559
- name: Install root dependencies
6660
run: composer install
6761

@@ -91,4 +85,3 @@ jobs:
9185
vendor/bin/simple-phpunit -vvv --debug --testdox
9286
env:
9387
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'
94-
PANTHER_CHROME_BINARY: ${{ steps.setup-chrome.outputs.chrome-path }}

0 commit comments

Comments
 (0)