mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[TASK] Stop displaying a progress bar during composer require (#167)
Progress bars do not make sense when the output is logged (like on GitHub actions).
This commit is contained in:
parent
b38ed0fa7b
commit
a8e78e39b3
2 changed files with 14 additions and 14 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -132,7 +132,7 @@ jobs:
|
||||||
TYPO3: "${{ matrix.typo3-version }}"
|
TYPO3: "${{ matrix.typo3-version }}"
|
||||||
name: "Install TYPO3 Core"
|
name: "Install TYPO3 Core"
|
||||||
run: |
|
run: |
|
||||||
composer require typo3/minimal:"$TYPO3"
|
composer require --no-progress typo3/minimal:"$TYPO3"
|
||||||
composer show
|
composer show
|
||||||
-
|
-
|
||||||
if: "matrix.composer-dependencies == 'lowest'"
|
if: "matrix.composer-dependencies == 'lowest'"
|
||||||
|
@ -189,7 +189,7 @@ jobs:
|
||||||
TYPO3: "${{ matrix.typo3-version }}"
|
TYPO3: "${{ matrix.typo3-version }}"
|
||||||
name: "Install TYPO3 Core"
|
name: "Install TYPO3 Core"
|
||||||
run: |
|
run: |
|
||||||
composer require typo3/minimal:"$TYPO3"
|
composer require --no-progress typo3/minimal:"$TYPO3"
|
||||||
composer show
|
composer show
|
||||||
-
|
-
|
||||||
if: "matrix.composer-dependencies == 'lowest'"
|
if: "matrix.composer-dependencies == 'lowest'"
|
||||||
|
|
|
@ -109,7 +109,7 @@ unit-php7.2-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^10.4"
|
- composer require --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
unit-php7.3-v10:
|
unit-php7.3-v10:
|
||||||
|
@ -120,7 +120,7 @@ unit-php7.3-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.3
|
- php-lint-php7.3
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^10.4"
|
- composer require --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
unit-php7.4-v10:
|
unit-php7.4-v10:
|
||||||
|
@ -131,7 +131,7 @@ unit-php7.4-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.4
|
- php-lint-php7.4
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^10.4"
|
- composer require --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
func-php7.2-v10:
|
func-php7.2-v10:
|
||||||
|
@ -144,7 +144,7 @@ func-php7.2-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^10.4"
|
- composer require --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
func-php7.3-v10:
|
func-php7.3-v10:
|
||||||
|
@ -157,7 +157,7 @@ func-php7.3-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.3
|
- php-lint-php7.3
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^10.4"
|
- composer require --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
func-php7.4-v10:
|
func-php7.4-v10:
|
||||||
|
@ -170,7 +170,7 @@ func-php7.4-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.4
|
- php-lint-php7.4
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^10.4"
|
- composer require --no-progress typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
unit-php7.2-v9:
|
unit-php7.2-v9:
|
||||||
|
@ -182,7 +182,7 @@ unit-php7.2-v9:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^9.5"
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
unit-php7.3-v9:
|
unit-php7.3-v9:
|
||||||
|
@ -194,7 +194,7 @@ unit-php7.3-v9:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.3
|
- php-lint-php7.3
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^9.5"
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
unit-php7.4-v9:
|
unit-php7.4-v9:
|
||||||
|
@ -206,7 +206,7 @@ unit-php7.4-v9:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.4
|
- php-lint-php7.4
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^9.5"
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
func-php7.2-v9:
|
func-php7.2-v9:
|
||||||
|
@ -220,7 +220,7 @@ func-php7.2-v9:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^9.5"
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
func-php7.3-v9:
|
func-php7.3-v9:
|
||||||
|
@ -234,7 +234,7 @@ func-php7.3-v9:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.3
|
- php-lint-php7.3
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^9.5"
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
func-php7.4-v9:
|
func-php7.4-v9:
|
||||||
|
@ -248,7 +248,7 @@ func-php7.4-v9:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.4
|
- php-lint-php7.4
|
||||||
script:
|
script:
|
||||||
- composer require typo3/minimal:"^9.5"
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
phpcs:
|
phpcs:
|
||||||
|
|
Loading…
Reference in a new issue