ci: add debug output to elb build step
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 15m50s
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 15m50s
This commit is contained in:
@@ -113,9 +113,20 @@ jobs:
|
||||
- name: Build neuron-web with elb
|
||||
run: |
|
||||
set -euo pipefail
|
||||
echo "=== SDK env ==="
|
||||
echo "ELB=$ELB"
|
||||
echo "ELC=$ELC"
|
||||
echo "EL_RUNTIME=$EL_RUNTIME"
|
||||
echo "=== SDK files ==="
|
||||
ls -la "$ELB" "$ELC"
|
||||
ls -la "$EL_RUNTIME/"
|
||||
echo "=== manifest ==="
|
||||
cat manifest.el
|
||||
echo "=== running elb ==="
|
||||
"$ELB" \
|
||||
--elc="$ELC" \
|
||||
--runtime="$EL_RUNTIME"
|
||||
echo "elb exit: $?"
|
||||
echo "Binary: $(ls -lh dist/neuron-landing)"
|
||||
|
||||
# ── Compile JS client sources ─────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user