Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aprowe committed Sep 17, 2024
1 parent 1eb6dbb commit 554cb0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
prerun: |
cd $env:TEMP
npm init -y
npm install dashcam-chrome
Start-Process react-scripts start
Start-Process npm start
cd C:\actions-runner\_work\testdriver\testdriver
npm install
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "${{ env.WEBSITE_URL }}"
Expand Down

0 comments on commit 554cb0d

Please sign in to comment.