mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-07 16:03:06 +00:00
CI
This commit is contained in:
parent
beddc345ef
commit
5f9f5c4abe
6
.github/workflows/playwright.yml
vendored
6
.github/workflows/playwright.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user