Skip to content

Commit

Permalink
try yassine fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Sep 12, 2024
1 parent f3fa149 commit 1042c74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1042c74

Please sign in to comment.