Commit d337064 1 parent cd45b7a commit d337064 Copy full SHA for d337064
File tree 1 file changed +13
-23
lines changed
1 file changed +13
-23
lines changed Original file line number Diff line number Diff line change @@ -16,31 +16,22 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
20
-
21
- - name : Validate composer.json and composer.lock
22
- run : bin/composer validate --strict
23
-
24
- - name : Cache Composer packages
25
- id : composer-cache
26
- uses : actions/cache@v3
27
- with :
28
- path : vendor
29
- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
30
- restore-keys : |
31
- ${{ runner.os }}-php-
32
-
33
- - name : Install dependencies
34
- run : bin/composer install --prefer-dist --no-progress
19
+ - uses : actions/checkout@v3
35
20
36
- tests :
37
- name : Tests
21
+ - name : Validate composer.json and composer.lock
22
+ run : bin/composer validate --strict
38
23
39
- runs-on : ubuntu-latest
24
+ - name : Cache Composer packages
25
+ id : composer-cache
26
+ uses : actions/cache@v3
27
+ with :
28
+ path : vendor
29
+ key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
30
+ restore-keys : |
31
+ ${{ runner.os }}-php-
40
32
41
- steps :
42
- - name : Checkout
43
- uses : actions/checkout@v3
33
+ - name : Install dependencies
34
+ run : bin/composer install --prefer-dist --no-progress
44
35
45
36
- name : Run tests with phpunit
46
37
run : bin/composer tests
51
42
token : 56f489e7-c92b-4851-bfc6-5fa9a93f0426
52
43
files : reports/clover.xml
53
44
54
-
55
45
quality :
56
46
name : QualityAssurance
57
47
You can’t perform that action at this time.
0 commit comments