mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
workflow fixes
This commit is contained in:
parent
f1f1d726cd
commit
24fc2db91a
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -100,6 +100,7 @@ jobs:
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka/phpOMS
|
repository: Karaka/phpOMS
|
||||||
path: phpOMS
|
path: phpOMS
|
||||||
|
token: ${{ secrets.GITHUB }}
|
||||||
- name: Checkout Karaka Repository
|
- name: Checkout Karaka Repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
|
|
@ -127,10 +128,6 @@ jobs:
|
||||||
run: composer install
|
run: composer install
|
||||||
- name: phpunit
|
- name: phpunit
|
||||||
run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_default.xml
|
run: vendor/bin/phpunit --coverage-clover tests/coverage.xml --configuration tests/phpunit_default.xml
|
||||||
- name: codecov
|
|
||||||
env:
|
|
||||||
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
|
|
||||||
run: "bash <(curl -s https://codecov.io/bash) -f tests/coverage.xml"
|
|
||||||
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