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:
parent
f51b93359f
commit
91f91b5d82
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue