diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 77459c1..246c868 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -84,13 +84,13 @@ jobs: awk -F ': ' '/address/ {print $2}' <<<"${response}" > eth.address chmod 600 eth.key + ls -ltr ./datadir/circuits + # Run - ./codex-${codex_version}-${platform}-${architecture} --data-dir=datadir --nat=any --api-cors-origin="*" persistence --eth-provider=${eth_provider} --eth-private-key=./eth.key --marketplace-address=${marketplace_address} prover --circuit-dir=datadir/circuits & + ./codex-${codex_version}-${platform}-${architecture} --data-dir=datadir --nat=any --api-cors-origin="*" persistence --eth-provider=${eth_provider} --eth-private-key=./eth.key --marketplace-address=${marketplace_address} prover --circuit-dir=./datadir/circuits & sleep 15 - ls -ltr datadir/circuits - - name: Check Codex API run: | curl --max-time 10 --fail localhost:8080/api/codex/v1/debug/info -w "\n"