Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 3, 2024
1 parent fc0a8ea commit 9584fec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testing_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
rpc:
image: stellar/quickstart:pr-540-testing-amd64
ports:
- 8000:8000
- 8000:8000
env:
ENABLE_LOGS: true
NETWORK: local
ENABLE_SOROBAN_RPC: true
options: >-
--health-cmd "curl --no-progress-meter --fail-with-body -X POST 'http://localhost:8000/soroban/rpc' -H 'Content-Type: application/json' -d '{}' && curl --no-progress-meter --fail-with-body 'http://localhost:8000/friendbot'"
--health-interval 10s
--health-timeout 5s
--health-retries 50
# options: >-
# --health-cmd "curl --no-progress-meter --fail-with-body -X POST 'http://localhost:8000/soroban/rpc' -H 'Content-Type: application/json' -d '{}' && curl --no-progress-meter --fail-with-body 'http://localhost:8000/friendbot'"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 50
steps:
- uses: actions/checkout@v3
- run: "curl --fail-with-body -X POST \"http://localhost:8000/soroban/rpc\" -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":8675309,\"method\":\"getNetwork\"}'"
Expand Down

0 comments on commit 9584fec

Please sign in to comment.