Fix compose CI to stage top-level KZG params

This commit is contained in:
andrussal 2025-12-04 13:05:40 +01:00
parent 0400bd8965
commit 6d84c8c1ed

View File

@ -292,6 +292,10 @@ jobs:
echo "Circuits bundle missing in nomos-binaries tarball" >&2
exit 1
fi
- name: Add top-level KZG params file for compose mount
run: |
curl -fsSL "https://raw.githubusercontent.com/logos-co/nomos-node/${NOMOS_NODE_REV}/tests/kzgrs/kzgrs_test_params" \
-o testing-framework/assets/stack/kzgrs_test_params/kzgrs_test_params
- name: Prune docker to free space
run: |