Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti authored Dec 5, 2023
1 parent 3428712 commit 84e9f20
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 @@ -73,9 +73,7 @@ jobs:

- name: Start services
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 &
run: vendor/bin/drush runserver $SIMPLETEST_BASE_URL --dns > /dev/null 2>&1 &

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

0 comments on commit 84e9f20

Please sign in to comment.