This commit is contained in:
Arnaud 2024-10-11 12:38:52 +02:00
parent 48a4822e80
commit a0596e9f5e
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -56,6 +56,7 @@ jobs:
# Run # Run
./codex-${version}-${platform}-${architecture} --data-dir=datadir --api-cors-origin="*" persistence --eth-provider=https://rpc.testnet.codex.storage --eth-private-key=./eth.key --marketplace-address=0xfE822Df439d987849a90B64a4C0e26a297DBD47F prover --circuit-dir=./datadir/circuits & ./codex-${version}-${platform}-${architecture} --data-dir=datadir --api-cors-origin="*" persistence --eth-provider=https://rpc.testnet.codex.storage --eth-private-key=./eth.key --marketplace-address=0xfE822Df439d987849a90B64a4C0e26a297DBD47F prover --circuit-dir=./datadir/circuits &
sleep 10
- name: Check Codex API - name: Check Codex API
run: | run: |
curl --max-time 5 --fail localhost:8080/api/codex/v1/debug/info -w "\n" curl --max-time 5 --fail localhost:8080/api/codex/v1/debug/info -w "\n"