From c850bfdb682b69b94e03781775bb5a13b755c68a Mon Sep 17 00:00:00 2001 From: nhthinh-axonivy Date: Wed, 25 Dec 2024 11:29:22 +0700 Subject: [PATCH] feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report --- .github/workflows/lighthouse-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 194e5ea7f9..684129992b 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -9,7 +9,7 @@ on: env: # Define reusable environment variables NODE_VERSION: '16' - SERVER_URL: http://localhost:8080 + SERVER_URL: portal01.server.ivy-cloud.com:8000 WAIT_TIME: 30 # Time to wait for server to be ready REPORT_PATH: ./lighthouse-report.html