Skip to content

Commit

Permalink
Chromedriver is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Oct 7, 2023
1 parent b354f37 commit 54a8de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
vendor/bin/drush runserver $SIMPLETEST_BASE_URL --dns > /dev/null 2>&1 &
chromedriver --port=4444 > /dev/null 2>&1 &
- name: Run PHPUnit tests
working-directory: ${{ env.DRUPAL_ROOT }}
Expand Down

0 comments on commit 54a8de1

Please sign in to comment.