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