Skip to content

Commit

Permalink
try merge of mine and alex changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Sep 13, 2024
1 parent 1042c74 commit f63b02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
prerun: |
npm install
npm install dashcam-chrome
react-scripts start
Start-Process -NoNewWindow 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
env:
Expand Down

0 comments on commit f63b02e

Please sign in to comment.