From b638c200148411007b7eb7002e996d7705a25c06 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 22 Jun 2023 04:19:59 +0000 Subject: [PATCH] Build/Test Tools: Update URL of theme unit test data. Update the performance tests to account for the relocation of the theme unit test data repository to the WordPress organisation on GitHub. Props costdev, kafleg, williampatton, dd32, otto42, poena, jrf, joemcgill, peterwilsoncc, mukesh27. Fixes #58569. git-svn-id: https://develop.svn.wordpress.org/trunk@55976 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e9005742d2..408f7ba9f5 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -129,7 +129,7 @@ jobs: - name: Import mock data run: | - curl -O https://raw.githubusercontent.com/WPTT/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml + curl -O https://raw.githubusercontent.com/WordPress/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml npm run env:cli -- import themeunittestdata.wordpress.xml --authors=create --path=/var/www/${{ env.LOCAL_DIR }} rm themeunittestdata.wordpress.xml