From 241cfa29ca6544facc79013ef47c501f8532ca29 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Wed, 21 Aug 2024 14:17:34 +0900 Subject: [PATCH] =?UTF-8?q?PHPUnit=E3=81=AE=E3=83=86=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=81=AE=E3=83=80=E3=82=A6=E3=83=B3=E3=83=AD=E3=83=BC=E3=83=89?= =?UTF-8?q?=EF=BC=86=E5=B1=95=E9=96=8B=E9=96=A2=E9=80=A3=E3=81=A7=E3=82=B3?= =?UTF-8?q?=E3=82=B1=E3=82=8B=E5=95=8F=E9=A1=8C=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wp-plugin-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/wp-plugin-deploy.yml b/.github/workflows/wp-plugin-deploy.yml index 13b5274..913e271 100644 --- a/.github/workflows/wp-plugin-deploy.yml +++ b/.github/workflows/wp-plugin-deploy.yml @@ -54,6 +54,10 @@ jobs: run: WP_ENV_PHP_VERSION=${{ matrix.php-versions }} WP_ENV_CORE=WordPress/WordPress#${{ matrix.wp-versions }} npm run wp-env start --update - name: Check WordPress Version run: npm run wp-env run cli wp core version + - name: Set Permissions for Theme Directory + run: | + sudo mkdir -p tests/themes + sudo chmod -R 777 tests/themes - name: Install Themes run: bash bin/install-theme.sh - name: Build