From 5711e99c38c08815b200bf97d312ff2b63f17123 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:17:28 +0000 Subject: [PATCH 1/2] Initial plan From 3ec98021a351131271dbcb1680fbb8ea14439662 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:48:13 +0000 Subject: [PATCH 2/2] Add asset build and --update flag to setup action Co-authored-by: artpi <3775068+artpi@users.noreply.github.com> --- .github/actions/setup/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 5acdd46..080cc16 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -32,6 +32,10 @@ runs: run: composer install --no-progress --prefer-dist --optimize-autoloader shell: bash + - name: Build plugin assets + run: npm run build + shell: bash + - name: Install WordPress and start the server - run: npm run wp-env start + run: npm run wp-env -- start --update shell: bash