From b61fb6a50562ba0da650be83b092abd122510be4 Mon Sep 17 00:00:00 2001 From: aledesma-godaddy Date: Thu, 26 Oct 2023 12:00:34 -0700 Subject: [PATCH] add theme to wp next testing --- .github/workflows/test-wp-next.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-wp-next.yml b/.github/workflows/test-wp-next.yml index c4cbb042154..05bbd0466f2 100644 --- a/.github/workflows/test-wp-next.yml +++ b/.github/workflows/test-wp-next.yml @@ -32,6 +32,7 @@ jobs: with: wpVersion: ${{needs.set_constant.outputs.wp_next}} installPath: "tests-wordpress-6.4-RC2" + theme: "https://downloads.wordpress.org/theme/go.zip" concurrency: group: chrome-defaults cancel-in-progress: true