diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 650a0cd..b27d2b2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -85,7 +85,7 @@ jobs: chmod 600 eth.key # Run - ./codex-${codex_version}-${platform}-${architecture} --data-dir=datadir --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