Skip to content

Commit

Permalink
modify start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Nov 13, 2024
1 parent 5a00d8b commit 1df2fdb
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 @@ -23,7 +23,7 @@ jobs:
git clone https://github.com/testdriverai/mainframe.git
cd mainframe
npm install
npm start
node scripts/generate-env.mjs && npm run build -- --filter=!@mainframe-api/docs --ui=stream --output-logs=errors-only && npm run db:migrate && turbo run \"@mainframe-api/node#serve\" dev --env-mode=loose --filter=!@mainframe-api/node --filter=!@mainframe-api/docs --ui=tui
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "${{ env.LOCALHOST }}"
exit
env:
Expand Down

0 comments on commit 1df2fdb

Please sign in to comment.