Browse Source

Update build-2.x.yml

pull/1013/head
Joe Corall 11 months ago committed by GitHub
parent
commit
8cc7c83770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build-2.x.yml

1
.github/workflows/build-2.x.yml

@ -127,6 +127,7 @@ jobs:
- name: PHPUNIT tests
run: |
cd $DRUPAL_DIR
cp web/sites/default/default.settings.php web/sites/default/settings.php
./vendor/bin/drush si --db-url=sqlite://drupal:drupal@127.0.0.1:3306/drupal --yes
./vendor/bin/drush runserver 127.0.0.1:8283 &
until curl -s 127.0.0.1:8283; do true; done > /dev/null

Loading…
Cancel
Save