From a8f094e5db1dbe50995e771bfab31876aca22f08 Mon Sep 17 00:00:00 2001 From: Darpan Lalwani Date: Tue, 24 Sep 2024 15:37:18 +0530 Subject: [PATCH] Test env --- setup-env/config/constants.js | 3 ++- setup-env/dist/index.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/setup-env/config/constants.js b/setup-env/config/constants.js index 372fda7..b80ff06 100644 --- a/setup-env/config/constants.js +++ b/setup-env/config/constants.js @@ -16,6 +16,7 @@ module.exports = { }, BROWSERSTACK_INTEGRATIONS: { - DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + // DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + DETAILS_API_URL: 'https://5151-2405-201-6806-d09b-f9b7-d11-e680-a038.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', }, }; diff --git a/setup-env/dist/index.js b/setup-env/dist/index.js index 15bb97d..2a76803 100644 --- a/setup-env/dist/index.js +++ b/setup-env/dist/index.js @@ -22,7 +22,8 @@ module.exports = { }, BROWSERSTACK_INTEGRATIONS: { - DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + // DETAILS_API_URL: 'https://integrate.browserstack.com/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', + DETAILS_API_URL: 'https://5151-2405-201-6806-d09b-f9b7-d11-e680-a038.ngrok-free.app/api/ci-tools/v1/builds/{runId}/rebuild/details?tool=github-actions&as_bot=true', }, };