]> git.mxchange.org Git - friendica.git/commitdiff
Move phpstan step back into phpunit pipeline
authorArt4 <art4@wlabs.de>
Thu, 28 Nov 2024 12:55:37 +0000 (12:55 +0000)
committerArt4 <art4@wlabs.de>
Thu, 28 Nov 2024 12:55:37 +0000 (12:55 +0000)
.woodpecker/.code_standards_check.yml
.woodpecker/.phpunit.yml

index 21e57de672c757d26c29513a7aec40aaf88ad4dd..30938f15fe9f9cb21b2253b3db6c03bfb86d2b8a 100644 (file)
@@ -30,14 +30,7 @@ steps:
         - '.composer'
     volumes:
       - /tmp/drone-cache:/tmp/cache
-  phpstan:
-    image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
-    when:
-      matrix:
-        PHP_MAJOR_VERSION: 8.2
-    commands:
-      - bin/composer.phar run phpstan;
-  codestyle:
+  check:
     image: friendicaci/php-cs
     commands:
       - if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
index 63309d092818389603950ddac5b1a18932208275..c3860e6f91b3c8d821abaf6a821639210b137644 100644 (file)
@@ -55,6 +55,13 @@ steps:
         - '.composer'
     volumes:
       - /tmp/drone-cache:/tmp/cache
+  phpstan:
+    image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
+    when:
+      matrix:
+        PHP_MAJOR_VERSION: 8.2
+    commands:
+      - bin/composer.phar run phpstan;
   test:
     image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
     environment: