فهرست منبع

don't copy imaginary files.

Lacey-Anne Sanderson 4 سال پیش
والد
کامیت
edcf263737
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      .github/workflows/phpunit.yml

+ 2 - 3
.github/workflows/phpunit.yml

@@ -79,7 +79,6 @@ jobs:
         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
+        composer require --dev mheap/phpunit-github-actions-printer --quiet
+        composer update --quiet
         ./vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer