Skip to content

Commit 6be94d5

Browse files
committed
Re-add composer cache in ci
1 parent aba3e72 commit 6be94d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ jobs:
9696
steps:
9797
- uses: actions/checkout@master
9898

99+
- name: Restore/cache vendor folder
100+
uses: actions/cache@v1
101+
with:
102+
path: vendor
103+
key: all-build-${{ hashFiles('**/composer.lock') }}
104+
restore-keys: |
105+
all-build-${{ hashFiles('**/composer.lock') }}
106+
all-build-
107+
99108
- name: Restore/cache tools folder
100109
uses: actions/cache@v1
101110
with:

0 commit comments

Comments
 (0)