From f3fa149baf2ee35c4a239d327875812e0667a8b2 Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Thu, 12 Sep 2024 15:24:07 -0500 Subject: [PATCH] Update testdriver.yml --- .github/workflows/testdriver.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index fd3f562..5c504e2 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -23,9 +23,8 @@ jobs: cd C:\actions-runner\_work\testdriver\testdriver npm install react-scripts start - Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "${{ env.WEBSITE_URL }}" + Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "http://localhost:3000" exit env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FORCE_COLOR: "3" - WEBSITE_URL: "http://localhost:3000" # Define the website URL here \ No newline at end of file