Skip to content

Commit ddaedd1

Browse files
committed
Discard composer caching
1 parent 1659b22 commit ddaedd1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ jobs:
2525
with:
2626
php-version: ${{matrix.php}}
2727

28-
- name: Get Composer Cache Directory
29-
id: composer-cache
30-
run: |
31-
echo "::set-output name=dir::$(composer config cache-files-dir)"
32-
33-
- uses: actions/cache@v2
34-
with:
35-
path: ~/.composer/cache/files
36-
key: composer-${{ hashFiles('**/composer.json') }}
37-
restore-keys: |
38-
composer-
39-
4028
- name: Install deps
4129
run: composer update --no-interaction
4230

0 commit comments

Comments
 (0)