Skip to content

Commit 1b92d31

Browse files
committed
remove cache for phpunit action
1 parent 302b82d commit 1b92d31

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/phpunit.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
- name: Validate composer.json and composer.lock
3333
run: composer validate --strict
3434

35-
- name: Cache Composer packages
36-
id: composer-cache
37-
uses: actions/cache@v2
38-
with:
39-
path: vendor
40-
key: ${{ runner.os }}-composer-${{ matrix.composer-prefer }}$-${{ hashFiles('**/composer.lock') }}
41-
restore-keys: |
42-
${{ runner.os }}-composer-${{ matrix.composer-prefer }}-
43-
4435
- name: Install dependencies
4536
run: composer update --prefer-dist --no-progress --ignore-platform-req="ext-*" ${{ matrix.composer-prefer }}
4637

0 commit comments

Comments
 (0)