Skip to content

Commit

Permalink
start in backrgound
Browse files Browse the repository at this point in the history
  • Loading branch information
aprowe committed Sep 12, 2024
1 parent ba8231e commit b02435c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
npm install dashcam-chrome
cd C:\actions-runner\_work\testdriver\testdriver
npm install
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", "${{ env.WEBSITE_URL }}"
exit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"
WEBSITE_URL: "http://localhost:3000" # Define the website URL here
WEBSITE_URL: "http://localhost:3000" # Define the website URL here

0 comments on commit b02435c

Please sign in to comment.