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