From 15ba5504e091d898d2207e15400e191e68935b17 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 25 Feb 2025 15:39:32 +0100 Subject: [PATCH] Debug --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 43105e7..ae9a7cc 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -86,7 +86,7 @@ jobs: chmod 600 eth.key ls -ltr ./datadir/circuits - + echo "./codex-${codex_version}-${platform}-${architecture} --data-dir=./datadir --bootstrap-node=${bootstrap_node} --nat=any --disc-port=8090 --api-cors-origin="*" persistence --eth-provider=${eth_provider} --eth-private-key=./eth.key --marketplace-address=${marketplace_address} prover --circuit-dir=./datadir/circuits &" # Run ./codex-${codex_version}-${platform}-${architecture} --data-dir=./datadir --bootstrap-node=${bootstrap_node} --nat=any --disc-port=8090 --api-cors-origin="*" persistence --eth-provider=${eth_provider} --eth-private-key=./eth.key --marketplace-address=${marketplace_address} prover --circuit-dir=./datadir/circuits &