Skip to content

Commit 32b208f

Browse files
committed
Removed the caching from Github workflows since this made no difference in the first place, removed the verbosity from install command. The PHP 7.0 slowness needs to be looked at later.
1 parent 9c39c59 commit 32b208f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ jobs:
3232
tools: composer:${{ matrix.versions.composer }}
3333
coverage: none
3434

35-
- name: Get composer cache directory
36-
id: composer-cache
37-
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
38-
39-
- name: Cache composer dependencies
40-
uses: actions/cache@v3
41-
with:
42-
path: ${{ steps.composer-cache.outputs.dir }}
43-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
44-
restore-keys: ${{ runner.os }}-composer-
45-
4635
- name: Prepare Composer PHP platform
4736
run: composer config platform.php ${{ matrix.versions.php }}
4837

@@ -53,7 +42,7 @@ jobs:
5342
run: composer remove --dev vaimo/composer-changelogs --no-update
5443

5544
- name: Install
56-
run: composer update --ansi -vvv
45+
run: composer update --ansi
5746

5847
- name: Build
5948
run: composer ci:build --ansi

0 commit comments

Comments
 (0)