From 8e8f4fc9647024e9e8b2adf7e195b0cac9e22137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 08:14:52 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 08b270b..76f80ed 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -23,13 +23,6 @@ jobs: - name: Checkout uses: https://code.forgejo.org/actions/checkout@v4 - # - name: Cache composer dependencies - # id: cache-primes - # uses: actions/cache@v4 - # with: - # path: /root/.cache/composer - # key: cache-1 - - name: Setup PHP uses: https://github.com/shivammathur/setup-php@v2 with: @@ -50,6 +43,6 @@ jobs: run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest - name: Unit Testing - run: ./vendor/bin/phpunit + run: cd /tmp/wordpress/wp-content/plugins/activitypub-event-extensions && ./vendor/bin/phpunit env: PHP_VERSION: ${{ matrix.php-versions }}