mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
parent
793dd44a26
commit
3b89713286
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -25,6 +25,14 @@ jobs:
|
||||||
ini-file: development
|
ini-file: development
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
|
- name: "Cache dependencies installed with composer"
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
key: "php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
|
||||||
|
path: ~/.cache/composer
|
||||||
|
restore-keys: "php${{ matrix.php-version }}-composer-\n"
|
||||||
|
- name: "Install Composer dependencies"
|
||||||
|
run: "composer update --no-progress"
|
||||||
- name: "Show the Composer configuration"
|
- name: "Show the Composer configuration"
|
||||||
run: "composer config --global --list"
|
run: "composer config --global --list"
|
||||||
- name: "Run PHP lint"
|
- name: "Run PHP lint"
|
||||||
|
|
Loading…
Reference in a new issue