mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
optimize coverage for github actions
This commit is contained in:
parent
57ec39bb51
commit
e584c1119b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
- name: Setup Composer
|
||||
run: composer install
|
||||
- name: phpunit
|
||||
run: vendor/bin/phpunit --coverage-text -v --configuration tests/phpunit_no_coverage.xml
|
||||
run: vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
|
||||
static-tests:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user