File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1238,8 +1238,8 @@ class BinaryControl {
1238
1238
core.info('Downloading BrowserStackLocal binary...');
1239
1239
const downloadPath = await tc.downloadTool(this.binaryLink, path.resolve(this.binaryFolder, 'binaryZip'));
1240
1240
core.info(`Downloaded Path: ${downloadPath}`);
1241
- // const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
1242
- // core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
1241
+ const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
1242
+ core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
1243
1243
// const cachedPath = await tc.cacheDir(extractedPath, LOCAL_BINARY_NAME, '1.0.0');
1244
1244
// core.addPath(cachedPath);
1245
1245
} catch (e) {
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ class BinaryControl {
173
173
core . info ( 'Downloading BrowserStackLocal binary...' ) ;
174
174
const downloadPath = await tc . downloadTool ( this . binaryLink , path . resolve ( this . binaryFolder , 'binaryZip' ) ) ;
175
175
core . info ( `Downloaded Path: ${ downloadPath } ` ) ;
176
- // const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
177
- // core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
176
+ const extractedPath = await tc . extractZip ( downloadPath , this . binaryFolder ) ;
177
+ core . info ( `BrowserStackLocal binary downloaded & extracted successfuly at: ${ extractedPath } ` ) ;
178
178
// const cachedPath = await tc.cacheDir(extractedPath, LOCAL_BINARY_NAME, '1.0.0');
179
179
// core.addPath(cachedPath);
180
180
} catch ( e ) {
You can’t perform that action at this time.
0 commit comments