瀏覽代碼

fix indenting.

Lacey-Anne Sanderson 4 年之前
父節點
當前提交
83b5480f54
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      .github/workflows/phpunit.yml

+ 6 - 6
.github/workflows/phpunit.yml

@@ -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