Browse Source

move into drupal root to enable.

Lacey-Anne Sanderson 4 years ago
parent
commit
24bc507620
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/phpunit.yml

+ 1 - 0
.github/workflows/phpunit.yml

@@ -67,6 +67,7 @@ jobs:
       run: |
         mkdir -p $DRUPAL_ROOT/sites/all/modules/tripal_jbrowse
         cp -R * $DRUPAL_ROOT/sites/all/modules/tripal_jbrowse
+        cd $DRUPAL_ROOT
         $DRUSH en -y tripal_jbrowse_mgmt tripal_jbrowse_page
 
     # Runs the PHPUnit tests.