Skip to content

Commit 3408053

Browse files
authored
Update test.yml
1 parent 460506b commit 3408053

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ jobs:
2020
coverage: none
2121
- name: Validate composer.json and composer.lock
2222
run: composer validate
23-
- name: Cache Composer packages
24-
id: composer-cache
25-
uses: actions/cache@v2
26-
with:
27-
path: vendor
28-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
29-
restore-keys: |
30-
${{ runner.os }}-composer-
3123
- name: Install dependencies
3224
if: steps.composer-cache.outputs.cache-hit != 'true'
3325
run: |

0 commit comments

Comments
 (0)