Skip to content

Commit

Permalink
fixup! build: remove http-get usage
Browse files Browse the repository at this point in the history
build: add env var
  • Loading branch information
frazarshad committed Nov 12, 2024
1 parent af594d0 commit 54e0bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ci.keplr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ services:
curl -s ngrok:4040/api/tunnels | jq -r .tunnels[0].public_url &&
# Start development server and wait for it to be ready
pnpm dev & sleep 5 &&
VITE_RUN_ENV=agoric_chain pnpm dev & sleep 5 &&
# start json server
pnpm start:json-server & sleep 5 &&
# Run end-to-end tests
pnpm test:e2e:ci:keplr'
networks:
Expand Down

0 comments on commit 54e0bfd

Please sign in to comment.