Skip to content

Commit 783ffb2

Browse files
authored
Update tests.yml
1 parent a4a7f8a commit 783ffb2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ jobs:
2020
coverage: xdebug
2121
- name: Install Composer dependencies
2222
run: composer update -q
23-
- name: Test & publish code coverage
24-
uses: paambaati/codeclimate-action@v9
25-
env:
26-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
27-
with:
28-
coverageCommand: vendor/bin/phpunit
23+
- name: Test
24+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)