Skip to content

Commit

Permalink
UHF-9564: Disable chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Apr 4, 2024
1 parent 7693a6e commit 404b506
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:

- name: Start services
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
vendor/bin/drush runserver $SIMPLETEST_BASE_URL --dns &
chromedriver --port=4444 &
run: vendor/bin/drush runserver $SIMPLETEST_BASE_URL --dns &

- name: Run PHPUnit tests
working-directory: ${{ env.DRUPAL_ROOT }}
Expand Down

0 comments on commit 404b506

Please sign in to comment.