Skip to content

Commit

Permalink
Try to use action setup-chromedriver instead of dbrekelmans/bdi #15
Browse files Browse the repository at this point in the history
cause dbrekelmans/bdi has no support for older php version
@see: https://github.com/marketplace/actions/setup-chromedriver
  • Loading branch information
robertfausk committed Apr 18, 2024
1 parent 5965a0e commit e8622c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
run: |
.scenarios.lock/install "${{ matrix.symfony }}" "${DEPENDENCIES}"
- name: Add browser drivers
run: |
vendor/bin/bdi detect drivers
uses: nanasess/setup-chromedriver@v2
- name: Run unit tests
run: |
vendor/bin/phpunit -v
Expand Down

0 comments on commit e8622c5

Please sign in to comment.