From 1ffd799d6be8be4f3363467fdb76ef4ec1253a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 08:34:57 +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 a10fc2c..5c1cacc 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -39,6 +39,8 @@ jobs: - name: Clone plugin dependencies run: git clone https://code.event-federation.eu/Event-Federation/wordpress-activitypub.git /tmp/wordpress/wp-content/plugins/activitypub/ + - run: rm -r /tmp/wordpress/ && rm -r /tmp/wordpress-tests-lib/ + - name: Setup Test Environment run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest