From 5cd8dcc31e99063c94809404636e37847532ea45 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:27:03 +0100 Subject: [PATCH] Update WordPress Performance Tests action to use correct package and parameters --- .github/workflows/playground-tests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playground-tests.yml b/.github/workflows/playground-tests.yml index 4ab6ddd..ab0f5da 100644 --- a/.github/workflows/playground-tests.yml +++ b/.github/workflows/playground-tests.yml @@ -83,9 +83,12 @@ jobs: - uses: actions/checkout@v4 - name: WordPress Performance Tests - uses: wptrt/wordpress-plugin-performance-tests@1.0.0 + uses: swissspidy/wp-performance-action@v2.0.3 with: - plugin-slug: wp-plugin-starter-template-for-ai-coding + plugins: | + ./ + urls: | + / + /wp-admin/ php-version: '8.0' wp-version: 'latest' - test-type: 'all'