Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcivic committed Mar 11, 2025
1 parent 858275a commit 39d376d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
run: yarn dev &
working-directory: packages/civic-auth/nextjs
wait-on: http://localhost:3000
wait-on: http://localhost:3000/
wait-for: 60s
log-output-if: true

Expand All @@ -104,7 +104,7 @@ jobs:
with:
run: yarn dev &
working-directory: packages/civic-auth/reactjs
wait-on: http://localhost:3001
wait-on: http://localhost:3001/
wait-for: 60s
log-output-if: true

Expand All @@ -113,7 +113,7 @@ jobs:
with:
run: yarn dev &
working-directory: packages/civic-auth/server/express
wait-on: http://localhost:3002
wait-on: http://localhost:3002/
wait-for: 60s
log-output-if: true

Expand All @@ -122,23 +122,23 @@ jobs:
with:
run: yarn dev &
working-directory: packages/civic-auth/server/fastify
wait-on: http://localhost:3003
wait-on: http://localhost:3003/
wait-for: 60s
log-output-if: true

- name: Start the hono example app
working-directory: ./packages/civic-auth/server/hono
run: |
bun add @hono/node-server
yarn dev & npx wait-on http://localhost:3004
yarn dev & npx wait-on http://localhost:3004/
timeout-minutes: 1

- name: Start the wagmi example app
uses: JarvusInnovations/background-action@v1.0.7
with:
run: yarn dev &
working-directory: packages/civic-auth-web3/wagmi
wait-on: http://localhost:3005
wait-on: http://localhost:3005/
wait-for: 60s
log-output-if: true

Expand All @@ -147,7 +147,7 @@ jobs:
with:
run: yarn dev &
working-directory: packages/civic-auth-web3/solana
wait-on: http://localhost:3006
wait-on: http://localhost:3006/
wait-for: 60s
log-output-if: true

Expand Down

0 comments on commit 39d376d

Please sign in to comment.