Skip to content

Commit e8622c5

Browse files
committed
Try to use action setup-chromedriver instead of dbrekelmans/bdi #15
cause dbrekelmans/bdi has no support for older php version @see: https://github.com/marketplace/actions/setup-chromedriver
1 parent 5965a0e commit e8622c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
run: |
5151
.scenarios.lock/install "${{ matrix.symfony }}" "${DEPENDENCIES}"
5252
- name: Add browser drivers
53-
run: |
54-
vendor/bin/bdi detect drivers
53+
uses: nanasess/setup-chromedriver@v2
5554
- name: Run unit tests
5655
run: |
5756
vendor/bin/phpunit -v

0 commit comments

Comments
 (0)