mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-08 00:13:06 +00:00
Add debug
This commit is contained in:
parent
2860a14d26
commit
beddc345ef
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
tar -xvf cirdl-${circuit_version}-${platform}-${architecture}.tar.gz
|
tar -xvf cirdl-${circuit_version}-${platform}-${architecture}.tar.gz
|
||||||
chmod +x cirdl-${circuit_version}-${platform}-${architecture}
|
chmod +x cirdl-${circuit_version}-${platform}-${architecture}
|
||||||
./cirdl-${circuit_version}-${platform}-${architecture} ./datadir/circuits ${eth_provider} ${marketplace_address}
|
./cirdl-${circuit_version}-${platform}-${architecture} ./datadir/circuits ${eth_provider} ${marketplace_address}
|
||||||
|
ls -ltr datadir/circuits
|
||||||
# - name: Cache circuits
|
# - name: Cache circuits
|
||||||
# id: circuits-cache
|
# id: circuits-cache
|
||||||
# uses: actions/cache/save@v4
|
# uses: actions/cache/save@v4
|
||||||
@ -89,6 +89,8 @@ jobs:
|
|||||||
|
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
|
ls -ltr datadir/circuits
|
||||||
|
|
||||||
- name: Check Codex API
|
- name: Check Codex API
|
||||||
run: |
|
run: |
|
||||||
curl --max-time 10 --fail localhost:8080/api/codex/v1/debug/info -w "\n"
|
curl --max-time 10 --fail localhost:8080/api/codex/v1/debug/info -w "\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user