Skip to content

Commit

Permalink
Fix Chromedriver issue (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Jul 28, 2023
1 parent f5e1d4a commit b31147c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ jobs:
cd drupal
vendor/bin/drupal-check modules/contrib/apigee_edge
- uses: nanasess/setup-chromedriver@v1
with:
# Specifing the version because 115 is still not available to download
chromedriver-version: '114.0.5735.90'
- uses: nanasess/setup-chromedriver@v2

- run: |
export DISPLAY=:99
Expand Down

0 comments on commit b31147c

Please sign in to comment.