Skip to content

Commit ab9e0aa

Browse files
committed
Polish
1 parent 35ae63b commit ab9e0aa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
uses: actions/cache@v4
107107
with:
108108
path: |
109-
~/.composer
110109
${{ steps.composer-cache.outputs.dir }}
111110
# Clear the cache if composer.json (as composer.lock is not available) has been updated
112111
key: tests-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}-${{ hashFiles('composer.json') }}
@@ -136,7 +135,7 @@ jobs:
136135
files: build/coverage-phpunit/unit.clover
137136
flags: |
138137
unit-tests
139-
php-${{ steps.setup-php.outputs.php-version }}
138+
php-${{ matrix.php-version }}
140139
sf-${{ matrix.symfony-version }}
141140
path: build/coverage-groups
142141

@@ -151,7 +150,7 @@ jobs:
151150
build/coverage-behat/clover.xml
152151
flags: |
153152
functional-tests
154-
php-${{ steps.setup-php.outputs.php-version }}
153+
php-${{ matrix.php-version }}
155154
sf-${{ matrix.symfony-version }}
156155
path: build/coverage-groups
157156

@@ -191,7 +190,6 @@ jobs:
191190
uses: actions/cache@v4
192191
with:
193192
path: |
194-
~/.composer
195193
${{ steps.composer-cache.outputs.dir }}
196194
# Clear the cache if composer.json (as composer.lock is not available) has been updated
197195
key: tests-php${{ steps.setup-php.outputs.php-version }}-sf${{ env.SYMFONY_VERSION }}-${{ hashFiles('composer.json') }}
@@ -270,7 +268,6 @@ jobs:
270268
uses: actions/cache@v4
271269
with:
272270
path: |
273-
~/.composer
274271
${{ steps.composer-cache.outputs.dir }}
275272
# Clear the cache if composer.json (as composer.lock is not available) has been updated
276273
key: tests-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)