From 5f9f5c4abe6339cfc443dfb4931c712dba94033b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 25 Feb 2025 15:22:30 +0100 Subject: [PATCH] CI --- .github/workflows/playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"