Skip to content

Commit

Permalink
use http-get
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcivic committed Mar 11, 2025
1 parent 14907c2 commit 3fa0661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ jobs:
working-directory: ./
run: yarn build

# There is a CI only error happening when running yarn dev here. The error is No valid token found - redirecting to "http://localhost:3000/"
- name: Start the nextjs example app
uses: JarvusInnovations/background-action@v1.0.7
with:
run: yarn install && yarn build && yarn dev &
working-directory: packages/civic-auth/nextjs
wait-on: http://localhost:3000/
wait-on: http-get://localhost:3000
wait-for: 120s
log-output-if: true

Expand Down

0 comments on commit 3fa0661

Please sign in to comment.