From a7459aba5f3d4cce8edee34e5285402f9fb401d6 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:26:57 +0000 Subject: [PATCH] Update wp-performance-action to v2 with blueprint support - Use tag reference instead of SHA for cleaner workflow - Add blueprint parameter to use existing blueprint.json - Update wp-version to 'latest' for current WordPress - Add iterations/repetitions settings for reliable CI testing --- .github/workflows/playground-tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playground-tests.yml b/.github/workflows/playground-tests.yml index 4d1fa7b..dbb32b5 100644 --- a/.github/workflows/playground-tests.yml +++ b/.github/workflows/playground-tests.yml @@ -252,12 +252,15 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: WordPress Performance Tests - uses: swissspidy/wp-performance-action@b7e3ffcf0fc4a48b62492e021e0ebeb51430ff11 # v2.0.3 + uses: swissspidy/wp-performance-action@v2.0.3 with: plugins: | ./ urls: | / /wp-admin/ + blueprint: playground/blueprint.json + wp-version: 'latest' php-version: '8.0' - wp-version: '6.4' + iterations: 5 + repetitions: 1