Commit cd45b7a 1 parent 7ca7188 commit cd45b7a Copy full SHA for cd45b7a
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v3
20
20
21
21
- name : Validate composer.json and composer.lock
22
- run : composer validate --strict
22
+ run : bin/ composer validate --strict
23
23
24
24
- name : Cache Composer packages
25
25
id : composer-cache
31
31
${{ runner.os }}-php-
32
32
33
33
- name : Install dependencies
34
- run : composer install --prefer-dist --no-progress
34
+ run : bin/ composer install --prefer-dist --no-progress
35
35
36
36
tests :
37
37
name : Tests
42
42
- name : Checkout
43
43
uses : actions/checkout@v3
44
44
45
- - name : Run tests with phpunit/phpunit
46
- run : composer tests
45
+ - name : Run tests with phpunit
46
+ run : bin/ composer tests
47
47
48
48
- name : Send code coverage report to Codecov.io
49
49
uses : codecov/codecov-action@v2
61
61
- uses : actions/checkout@v3
62
62
63
63
- name : Check CS-Fixer
64
- run : composer fix-cs:check
64
+ run : bin/ composer fix-cs:check
65
65
66
66
67
67
- name : Check PHPStan
68
- run : composer phpstan-gitlab
68
+ run : bin/ composer phpstan-gitlab
You can’t perform that action at this time.
0 commit comments