File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 35
35
- TOOLBOX_URL=$_TOOLBOX_URL
36
36
- TOOLBOX_VERSION=$_TOOLBOX_VERSION
37
37
- GOOGLE_CLOUD_PROJECT=$PROJECT_ID
38
+ - TOOLBOX_MANIFEST_VERSION=$_TOOLBOX_MANIFEST_VERSION
38
39
args :
39
40
- ' -c'
40
41
- npm run test:e2e
@@ -43,3 +44,4 @@ options:
43
44
substitutions :
44
45
_VERSION : ' 22.16.0'
45
46
_TOOLBOX_VERSION : ' 0.12.0'
47
+ _TOOLBOX_MANIFEST_VERSION : ' 34'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default async function globalSetup(): Promise<void> {
41
41
const toolsManifest = await accessSecretVersion (
42
42
projectId ,
43
43
'sdk_testing_tools' ,
44
- '34' ,
44
+ getEnvVar ( 'TOOLBOX_MANIFEST_VERSION' ) ,
45
45
) ;
46
46
const toolsFilePath = await createTmpFile ( toolsManifest ) ;
47
47
( globalThis as CustomGlobal ) . __TOOLS_FILE_PATH__ = toolsFilePath ;
You can’t perform that action at this time.
0 commit comments