File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 48
48
49
49
- name : Install dependencies
50
50
if : steps.composer-cache.outputs.cache-hit != 'true'
51
- run : composer install --prefer-dist --no-progress --no-suggest
51
+ run : composer install --prefer-dist --no-progress --no-suggest
52
+
53
+ - name : Run test suite
54
+ run : ./vendor/bin/phpunit
Original file line number Diff line number Diff line change 40
40
}
41
41
},
42
42
"require-dev" : {
43
- "php-coveralls/php-coveralls" : " ^2.1 " ,
43
+ "php-coveralls/php-coveralls" : " ^2.7 " ,
44
44
"workerman/webman" : " ^1.5" ,
45
45
"psr/container" : " ^1.1.1" ,
46
46
"illuminate/database" : " ^8.83" ,
47
47
"illuminate/pagination" : " ^8.83" ,
48
48
"illuminate/events" : " ^8.83" ,
49
- "webman/think-orm" : " ^1.0"
49
+ "webman/think-orm" : " ^1.0" ,
50
+ "phpunit/phpunit" : " ^11.4"
50
51
}
51
52
}
You can’t perform that action at this time.
0 commit comments