Skip to content

Commit c086a6f

Browse files
author
lapaliv
committed
debug
1 parent 33e15e8 commit c086a6f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/phpunit.yml

-18
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ jobs:
2727
with:
2828
php-version: 8.0
2929

30-
- name: Cache Composer packages
31-
id: composer-cache
32-
uses: actions/cache@v3
33-
with:
34-
path: vendor
35-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
36-
restore-keys: |
37-
${{ runner.os }}-php-
38-
3930
- name: Install dependencies
4031
run: composer install --prefer-dist --no-progress
4132

@@ -59,15 +50,6 @@ jobs:
5950
with:
6051
php-version: 8.0
6152

62-
- name: Cache Composer packages
63-
id: composer-cache
64-
uses: actions/cache@v3
65-
with:
66-
path: vendor
67-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
68-
restore-keys: |
69-
${{ runner.os }}-php-
70-
7153
- name: Install dependencies
7254
run: composer install --prefer-dist --no-progress
7355

0 commit comments

Comments
 (0)