Pārlūkot izejas kodu

GitHub Actions: --no-progress (#8315)

Alexandre Alapetite 3 mēneši atpakaļ
vecāks
revīzija
00f2f043ac
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      .github/workflows/tests.yml

+ 3 - 3
.github/workflows/tests.yml

@@ -41,16 +41,16 @@ jobs:
       if: steps.composer-cache.outputs.cache-hit != 'true'
 
     - name: Run PHP unit tests
-      run: composer run-script phpunit
+      run: composer run-script phpunit -- --no-progress
 
     - name: PHP_CodeSniffer
       run: composer run-script phpcs
 
     - name: PHPStan
-      run: composer run-script phpstan
+      run: composer run-script phpstan -- --no-progress
 
     # - name: PHPStan Next
-    #   run: composer run-script phpstan-next
+    #   run: composer run-script phpstan-next -- --no-progress
 
     # NPM tests