File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
path : ~/.cache/composer
41
41
key : ${{ runner.os }}-build-${{ env.cache-name }}
42
42
43
- - name : Install composer dependencies
44
- run : composer install
45
-
46
43
- name : Cache vendor directory
47
44
uses : actions/cache@v1
48
45
env :
53
50
restore-keys : |
54
51
${{ runner.os }}-build-${{ env.cache-name }}-
55
52
56
- - name : Install phpcq toolchain
57
- run : ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
58
-
59
53
- name : Cache phpcq directory
60
54
uses : actions/cache@v1
61
55
env :
66
60
restore-keys : |
67
61
${{ runner.os }}-build-${{ env.cache-name }}-
68
62
63
+ - name : Install composer dependencies
64
+ run : composer install
65
+
66
+ - name : Install phpcq toolchain
67
+ run : ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
68
+
69
69
- name : Run tests
70
70
run : ./vendor/bin/phpcq run -v ${{ matrix.output }}
71
71
You can’t perform that action at this time.
0 commit comments