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 {
1108
1108
* platform and the architecture
1109
1109
*/
1110
1110
_decidePlatformAndBinary() {
1111
- core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
1112
1111
this.binaryFolder = path.resolve(
1113
1112
process.env.GITHUB_WORKSPACE,
1114
1113
'..', '..', '..',
@@ -1243,7 +1242,6 @@ class BinaryControl {
1243
1242
1244
1243
core.info('Downloading BrowserStackLocal binary...');
1245
1244
const downloadPath = await tc.downloadTool(this.binaryLink, path.resolve(this.binaryFolder, 'binaryZip'));
1246
- core.info(`Downloaded Path: ${downloadPath}`);
1247
1245
const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
1248
1246
core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
1249
1247
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 {
43
43
* platform and the architecture
44
44
*/
45
45
_decidePlatformAndBinary ( ) {
46
- core . info ( `GITHUB WORKSPACE CHECK: ${ process . env . GITHUB_WORKSPACE } ` ) ;
47
46
this . binaryFolder = path . resolve (
48
47
process . env . GITHUB_WORKSPACE ,
49
48
'..' , '..' , '..' ,
@@ -178,7 +177,6 @@ class BinaryControl {
178
177
179
178
core . info ( 'Downloading BrowserStackLocal binary...' ) ;
180
179
const downloadPath = await tc . downloadTool ( this . binaryLink , path . resolve ( this . binaryFolder , 'binaryZip' ) ) ;
181
- core . info ( `Downloaded Path: ${ downloadPath } ` ) ;
182
180
const extractedPath = await tc . extractZip ( downloadPath , this . binaryFolder ) ;
183
181
core . info ( `BrowserStackLocal binary downloaded & extracted successfuly at: ${ extractedPath } ` ) ;
184
182
const cachedPath = await tc . cacheDir ( extractedPath , LOCAL_BINARY_NAME , '1.0.0' ) ;
You can’t perform that action at this time.
0 commit comments