Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aprowe committed Sep 17, 2024
1 parent 62806f6 commit ee515cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ jobs:
prompt: |
1. /run testdriver/test.yml
prerun: |
pwd
ls
cd $env:TEMP
pwd
ls
npm install
Start-Process npm start
cd C:\actions-runner\_work\testdriver\testdriver
pwd
ls
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 }}"
exit
Expand Down

0 comments on commit ee515cd

Please sign in to comment.