]> git.mxchange.org Git - friendica.git/commitdiff
Force phpunit execution at the opensocial node
authorPhilipp <admin@philipp.info>
Sun, 4 Dec 2022 14:06:10 +0000 (15:06 +0100)
committerPhilipp <admin@philipp.info>
Sun, 4 Dec 2022 14:06:10 +0000 (15:06 +0100)
.woodpecker/.phpunit.yml

index bdfcf8097a029f741ab5afdfc01ac8a4ea29cebc..47b2f4bdafa3a985e53f80745553b44b4675618a 100644 (file)
@@ -9,6 +9,10 @@ matrix:
     - PHP_MAJOR_VERSION: 8.1
       PHP_VERSION: 8.1.12
 
+# This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...)
+labels:
+  location: opensocial
+
 pipeline:
   php-lint:
     image: php:${PHP_MAJOR_VERSION}