File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3232 tools : composer
3333
3434 - name : Populate vendor
35- run : ' [ -e vendor ] || ( composer install && patch -s -p0 < ./tests/phpunit.patch) '
35+ run : ' [ -e vendor ] || composer install'
3636
3737 - name : Run Tests With Coverage
3838 run : make deps test-coverage && bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 3131 tools : composer
3232
3333 - name : Populate vendor
34- run : ' [ -e vendor ] || ( composer install && patch -s -p0 < ./tests/phpunit.patch) '
34+ run : ' [ -e vendor ] || composer install'
3535
3636 - name : Run Tests
3737 run : make deps test
Original file line number Diff line number Diff line change 4040 },
4141 "suggest" : {
4242 "ext-mbstring" : " For better performance"
43+ },
44+ "scripts" : {
45+ "post-install-cmd" : [
46+ " patch -N -s -p0 < ./tests/phpunit.patch"
47+ ]
4348 }
44- }
49+ }
You can’t perform that action at this time.
0 commit comments