aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-12-15 15:12:36 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-15 15:12:36 +0100
commit00f2f043ac2fc834b3ef82d41b4c710113e988e2 (patch)
tree5ba964082892624dafe8446e5a58ab767cb568e5
parent36118117f008a5dc91068d0c69a52e43e7928e85 (diff)
GitHub Actions: --no-progress (#8315)
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9256911e0..603f2b215 100644
--- a/.github/workflows/tests.yml
+++ b/.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