mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 23:08:39 +00:00
workflow fixes
This commit is contained in:
parent
bc8c30052c
commit
3e50583065
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -113,10 +113,6 @@ jobs:
|
|||
run: composer install
|
||||
- name: phpunit
|
||||
run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_no_coverage.xml
|
||||
- name: codecov
|
||||
env:
|
||||
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
|
||||
run: "bash <(curl -s https://codecov.io/bash) -f tests/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