From 10e423237e94a1a10ff6509d054c93acb3b60d01 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 4 Dec 2022 15:06:10 +0100 Subject: [PATCH] Force phpunit execution at the opensocial node --- .woodpecker/.phpunit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index bdfcf8097a..47b2f4bdaf 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -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}