|
@@ -75,9 +75,9 @@ jobs:
|
|
|
env:
|
|
|
DRUSH: ${{ steps.tripalsetup.outputs.drush_path }}
|
|
|
DRUPAL_ROOT: ${{ steps.tripalsetup.outputs.drupal_root }}
|
|
|
- run: |
|
|
|
- cd $DRUPAL_ROOT/sites/all/modules/tripal_jbrowse
|
|
|
- composer require --dev mheap/phpunit-github-actions-printer
|
|
|
- composer update
|
|
|
- cp tests/.travis.env tests/.env
|
|
|
- ./vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer
|
|
|
+ run: |
|
|
|
+ cd $DRUPAL_ROOT/sites/all/modules/tripal_jbrowse
|
|
|
+ composer require --dev mheap/phpunit-github-actions-printer
|
|
|
+ composer update
|
|
|
+ cp tests/.travis.env tests/.env
|
|
|
+ ./vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer
|