3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Test Drush site installation in run-tests.yml.

This commit is contained in:
Michael Stenta 2020-12-07 20:38:17 -05:00
parent 3bf7f63bfd
commit 2fa3220c82

View file

@ -33,3 +33,5 @@ jobs:
run: docker-compose exec -u www-data -T test-runner phpunit --verbose --debug --group farm
- name: Run PHP CodeSniffer
run: docker-compose exec -u www-data -T www phpcs /opt/drupal/web/profiles/farm
- name: Test Drush site install
run: docker-compose exec -u www-data -T www drush site-install --db-url=pgsql://farm:farm@db/farm