From f0903de27712d9bbe32e702d33e262752bd8cef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 12:03:56 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 0daeb73..f71e753 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -28,6 +28,15 @@ jobs: - name: Checkout uses: https://code.forgejo.org/actions/checkout@v4 + - name: Cache WordPress Setup + id: cache-wordpress + uses: actions/cache@v4 + with: + path: | + WP_TESTS_DIR + WP_CORE_DIR + key: wordpress-cache-1 + - name: Setup PHP uses: https://github.com/shivammathur/setup-php@v2 with: