diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index 5c504e2..08e7de5 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -17,11 +17,8 @@ jobs: prompt: | 1. /run testdriver/test.yml prerun: | - cd $env:TEMP - npm init -y - npm install dashcam-chrome - cd C:\actions-runner\_work\testdriver\testdriver npm install + npm install dashcam-chrome react-scripts start 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