File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,12 @@ jobs:
46
46
steps :
47
47
- uses : actions/checkout@master
48
48
49
- - name : Restore/cache vendor folder
50
- uses : actions/cache@v1
51
- with :
52
- path : vendor
53
- key : all-build-${{ hashFiles('**/composer.lock') }}
54
- restore-keys : |
55
- all-build-${{ hashFiles('**/composer.lock') }}
56
- all-build-
57
-
58
- - name : Restore/cache tools folder
59
- uses : actions/cache@v1
49
+ - name : composer
50
+ uses : docker://composer
51
+ env :
52
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
53
with :
61
- path : tools
62
- key : all-tools-${{ github.sha }}
63
- restore-keys : |
64
- all-tools-${{ github.sha }}-
65
- all-tools-
54
+ args : install --no-interaction --prefer-dist --optimize-autoloader
66
55
67
56
- name : PHPUnit
68
57
uses : docker://phpdoc/phpunit-ga:latest
You can’t perform that action at this time.
0 commit comments