Skip to content

Commit

Permalink
TECH-1172 change hono start
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcivic committed Jan 22, 2025
1 parent 43c300e commit f97025a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,5 @@ jobs:
log-output-if: true

- name: Start the hono example app
uses: JarvusInnovations/background-action@v1.0.7
with:
run: yarn dev &
working-directory: packages/civic-auth/server/hono
wait-on: http://localhost:3009
wait-for: 60s
log-output-if: true
run: yarn dev & npx wait-on http://localhost:3009
timeout-minutes: 1

0 comments on commit f97025a

Please sign in to comment.