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

index 30938f15fe9f9cb21b2253b3db6c03bfb86d2b8a..7bfddf05a2a11134d8a156e7a85d0de151632350 100644 (file)
@@ -30,6 +30,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;
   check:
     image: friendicaci/php-cs
     commands:
index c3860e6f91b3c8d821abaf6a821639210b137644..63309d092818389603950ddac5b1a18932208275 100644 (file)
@@ -55,13 +55,6 @@ 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: