From 81f74fdafbdf209f325ca0d59f0627f9b1fc91a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 09:45:49 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 57079a2..732e5fd 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -34,6 +34,8 @@ jobs: php-version: ${{ matrix.php-versions }} coverage: none tools: composer, phpunit-polyfills + env: + runner: self-hosted - name: Install Composer dependencies for PHP uses: "ramsey/composer-install@v1"