From 6d84c8c1ed9186d07d464586f7408fa0401ce004 Mon Sep 17 00:00:00 2001 From: andrussal Date: Thu, 4 Dec 2025 13:05:40 +0100 Subject: [PATCH] Fix compose CI to stage top-level KZG params --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a7a2a4..afe28f0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: |