Skip to content

Commit

Permalink
Add composer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Apr 27, 2020
1 parent 75c87b5 commit 6568f46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Restore/cache vendor folder
uses: actions/cache@v1
with:
path: vendor
key: all-build-${{ hashFiles('**/composer.lock') }}
restore-keys: |
all-build-${{ hashFiles('**/composer.lock') }}
all-build-
- name: Restore/cache tools folder
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 6568f46

Please sign in to comment.