From 3313dfc7f39a7ce27198bf24a05f0445732c6b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 20 Sep 2024 22:25:41 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 2f24bea..e15e351 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -26,12 +26,12 @@ 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: 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 @@ -47,7 +47,7 @@ jobs: run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client - name: Setup Test Environment - run: bash bin/install-wp-tests.sh wordpress_test root root http://mysql:3306 ${{ matrix.wp-version }} + run: bash bin/install-wp-tests.sh wordpress_test root root 'http://mysql:3306' ${{ matrix.wp-version }} - name: Unit Testing run: ./vendor/bin/phpunit