mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +00:00
Fix compose CI to stage top-level KZG params
This commit is contained in:
parent
0400bd8965
commit
6d84c8c1ed
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -292,6 +292,10 @@ jobs:
|
|||||||
echo "Circuits bundle missing in nomos-binaries tarball" >&2
|
echo "Circuits bundle missing in nomos-binaries tarball" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
- name: Prune docker to free space
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user