Use github proxy to install WC beta tester in playground previews (#47837)

Use github proxy to install beta tester in playground links.
This commit is contained in:
Sam Seay 2024-05-28 01:19:56 +08:00 committed by GitHub
parent f51b93359f
commit 91f91b5d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,16 @@ const generateWordpressPlaygroundBlueprint = ( runId, prNumber ) => {
activate: true,
},
},
{
step: 'installPlugin',
pluginZipFile: {
resource: 'url',
url: `https://github-proxy.com/https://github.com/woocommerce/woocommerce/releases/download/wc-beta-tester-2.3.1/woocommerce-beta-tester.zip`,
},
options: {
activate: true,
},
},
{
step: 'login',
username: 'admin',