From 24fc2db91add2ab75f816bed6b5f87bb64e00a6d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Apr 2022 18:22:03 +0200 Subject: [PATCH] workflow fixes --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9946e64..e91f9aa 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,6 +100,7 @@ jobs: ref: develop repository: Karaka/phpOMS path: phpOMS + token: ${{ secrets.GITHUB }} - name: Checkout Karaka Repository uses: actions/checkout@master with: @@ -127,10 +128,6 @@ jobs: run: composer install - name: phpunit 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: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'NO_CI')"