File tree Expand file tree Collapse file tree 3 files changed +2
-1749
lines changed Expand file tree Collapse file tree 3 files changed +2
-1749
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,10 @@ jobs:
24
24
with :
25
25
php-version : ${{ matrix.php-version }}
26
26
27
- - name : Validate composer.json and composer.lock
27
+ - name : Validate composer.json
28
28
run : composer validate
29
29
30
- - name : Cache Composer packages
31
- id : composer-cache
32
- uses : actions/cache@v2
33
- with :
34
- path : vendor
35
- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
36
- restore-keys : |
37
- ${{ runner.os }}-php-
38
-
39
30
- name : Install dependencies
40
- if : steps.composer-cache.outputs.cache-hit != 'true'
41
31
run : composer install --prefer-dist --no-progress --no-suggest
42
32
43
33
- name : Run test suite
Original file line number Diff line number Diff line change 1
1
/vendor /
2
2
/.idea /
3
3
/.phpunit.result.cache
4
+ /composer.lock
You can’t perform that action at this time.
0 commit comments