mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
GitHub Actions: --no-progress (#8315)
This commit is contained in:
committed by
GitHub
parent
36118117f0
commit
00f2f043ac
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user