Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Feb 17, 2025
1 parent dcef883 commit a662c91
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 @@ -26,11 +26,11 @@ jobs:
echo "generate env"
node scripts/generate-env.mjs
echo "build"
npm run build --filter='!@mainframe-api/docs' --ui=stream --output-logs=errors-only --concurrency=1
turbo run build --filter='!@mainframe-api/docs' --output-logs=errors-only --concurrency=1
echo "migrate db"
npm run db:migrate
echo "start server"
npm run dev
turbo run "@mainframe-api/node#serve" dev --env-mode=loose --filter='!@mainframe-api/node' --filter='!@mainframe-api/docs' --ui=tui
# echo "waiting for 500 seconds"
# sleep 500
exit 0
Expand Down

0 comments on commit a662c91

Please sign in to comment.