|
@@ -48,7 +48,7 @@ jobs:
|
|
ini-values: memory_limit=2G
|
|
ini-values: memory_limit=2G
|
|
coverage: xdebug
|
|
coverage: xdebug
|
|
tools: composer, phpunit
|
|
tools: composer, phpunit
|
|
-
|
|
|
|
|
|
+
|
|
# Install Drush/Drupal/Tripal
|
|
# Install Drush/Drupal/Tripal
|
|
- name: Setup Drush, Drupal 7.x, Tripal 3.x
|
|
- name: Setup Drush, Drupal 7.x, Tripal 3.x
|
|
id: tripalsetup
|
|
id: tripalsetup
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
postgres_user: tripaladmin
|
|
postgres_user: tripaladmin
|
|
postgres_pass: somesupersecurepassword
|
|
postgres_pass: somesupersecurepassword
|
|
postgres_db: testdb
|
|
postgres_db: testdb
|
|
-
|
|
|
|
|
|
+
|
|
# Install Tripal Extension Module.
|
|
# Install Tripal Extension Module.
|
|
- name: Install Tripal Extension Module
|
|
- name: Install Tripal Extension Module
|
|
id: installextension
|
|
id: installextension
|
|
@@ -67,7 +67,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
cp -R * $DRUPAL_ROOT/sites/all/modules/tripal_jbrowse
|
|
cp -R * $DRUPAL_ROOT/sites/all/modules/tripal_jbrowse
|
|
$DRUSH en -y tripal_jbrowse_mgmt tripal_jbrowse_page
|
|
$DRUSH en -y tripal_jbrowse_mgmt tripal_jbrowse_page
|
|
-
|
|
|
|
|
|
+
|
|
# Runs the PHPUnit tests.
|
|
# Runs the PHPUnit tests.
|
|
# https://github.com/mheap/phpunit-github-actions-printer is used
|
|
# https://github.com/mheap/phpunit-github-actions-printer is used
|
|
# to report PHPUnit fails in a meaningful way to github in PRs.
|
|
# to report PHPUnit fails in a meaningful way to github in PRs.
|