Skip to content

Commit

Permalink
Update prerun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Jul 30, 2024
1 parent bd05028 commit 6502f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .testdriver/prerun.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cd /Users/ec2-user/actions-runner/_work/testdriver/testdriver/.testdriver/
npm install
npm start
npm install dashcam-chrome --save
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --start-maximized --load-extension=./node_modules/dashcam-chrome/build/ 1>/dev/null 2>&1 &
sleep 20
exit
exit

0 comments on commit 6502f45

Please sign in to comment.