Skip to content

Commit 4ca30a0

Browse files
committed
Remove duplicate integration with CC
1 parent ced5a91 commit 4ca30a0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ on:
88
- cron: "0 0 1 * *"
99

1010
jobs:
11-
build:
11+
test:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
1515
php: [ '7.3', '7.4', '8.0' ]
16-
1716
steps:
1817
- uses: actions/checkout@v2
1918

@@ -43,16 +42,4 @@ jobs:
4342
- name: PHP ${{ matrix.php }} - Run coverage test suite
4443
env:
4544
apiKey: ${{ secrets.STEAM_API_KEY }}
46-
run: composer run-script test
47-
48-
- name: Publish Coverage
49-
if: matrix.php == '8.0'
50-
uses: paambaati/codeclimate-action@v2.7.5
51-
env:
52-
apiKey: ${{ secrets.STEAM_API_KEY }}
53-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
54-
XDEBUG_MODE: coverage
55-
with:
56-
coverageCommand: composer run-script coverage
57-
coverageLocations: ${{github.workspace}}/coverage.clover:clover
58-
debug: true
45+
run: composer run-script test

0 commit comments

Comments
 (0)