File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1108,7 +1108,6 @@ class BinaryControl {
11081108 * platform and the architecture
11091109 */
11101110 _decidePlatformAndBinary() {
1111- core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
11121111 this.binaryFolder = path.resolve(
11131112 process.env.GITHUB_WORKSPACE,
11141113 '..', '..', '..',
@@ -1243,7 +1242,6 @@ class BinaryControl {
12431242
12441243 core.info('Downloading BrowserStackLocal binary...');
12451244 const downloadPath = await tc.downloadTool(this.binaryLink, path.resolve(this.binaryFolder, 'binaryZip'));
1246- core.info(`Downloaded Path: ${downloadPath}`);
12471245 const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
12481246 core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
12491247 const cachedPath = await tc.cacheDir(extractedPath, LOCAL_BINARY_NAME, '1.0.0');
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ class BinaryControl {
4343 * platform and the architecture
4444 */
4545 _decidePlatformAndBinary ( ) {
46- core . info ( `GITHUB WORKSPACE CHECK: ${ process . env . GITHUB_WORKSPACE } ` ) ;
4746 this . binaryFolder = path . resolve (
4847 process . env . GITHUB_WORKSPACE ,
4948 '..' , '..' , '..' ,
@@ -178,7 +177,6 @@ class BinaryControl {
178177
179178 core . info ( 'Downloading BrowserStackLocal binary...' ) ;
180179 const downloadPath = await tc . downloadTool ( this . binaryLink , path . resolve ( this . binaryFolder , 'binaryZip' ) ) ;
181- core . info ( `Downloaded Path: ${ downloadPath } ` ) ;
182180 const extractedPath = await tc . extractZip ( downloadPath , this . binaryFolder ) ;
183181 core . info ( `BrowserStackLocal binary downloaded & extracted successfuly at: ${ extractedPath } ` ) ;
184182 const cachedPath = await tc . cacheDir ( extractedPath , LOCAL_BINARY_NAME , '1.0.0' ) ;
You can’t perform that action at this time.
0 commit comments