summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-php-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-17 17:26:34 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-20 14:07:50 +0100
commit30ce6196b8979fbc00b0a12f29050239f9659c1d (patch)
tree1b05d03abf253e067d85a192e30eb23d9387075f /.github/workflows/api-php-tests.yml
parent4a107b3d53c4fe651ac704251b99e04a53cd587f (diff)
Add phpstan plugins
remove leftovers from psalm move phpstan and phpcs to static code check Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github/workflows/api-php-tests.yml')
-rw-r--r--.github/workflows/api-php-tests.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml
index fa4d4a9dd..2a152480b 100644
--- a/.github/workflows/api-php-tests.yml
+++ b/.github/workflows/api-php-tests.yml
@@ -47,12 +47,6 @@ jobs:
- name: Prep PHP tests
working-directory: ../server/apps/news
run: make php-test-dependencies
- - name: PHPCS
- working-directory: ../server/apps/news
- run: make phpcs
- - name: PHPStan
- working-directory: ../server/apps/news
- run: make phpstan
- name: Unittests
working-directory: ../server/apps/news
run: make unit-test