Skip to content

Commit 55c4fa2

Browse files
authored
Remove cache in CI
1 parent 6d0f3b5 commit 55c4fa2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
- name: Checkout
4545
uses: actions/checkout@v2
4646

47-
- uses: actions/cache@v2
48-
with:
49-
path: ~/.composer/cache/files
50-
key: ${{ matrix.php }}-${{ matrix.symfony-versions }}
51-
5247
- name: Setup PHP
5348
uses: shivammathur/setup-php@v2
5449
with:
@@ -58,17 +53,6 @@ jobs:
5853
- name: Add PHPUnit matcher
5954
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6055

61-
- name: Set composer cache directory
62-
id: composer-cache
63-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
64-
65-
- name: Cache composer
66-
uses: actions/[email protected]
67-
with:
68-
path: ${{ steps.composer-cache.outputs.dir }}
69-
key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.symfony-versions }}-composer-${{ hashFiles('composer.json') }}
70-
restore-keys: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.symfony-versions }}-composer
71-
7256
- name: Update Symfony version
7357
if: matrix.symfony-versions != ''
7458
run: |

0 commit comments

Comments
 (0)