Skip to content

Commit 00f0d72

Browse files
committed
fetch proof params for test-release as well
1 parent 0eb2812 commit 00f0d72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ jobs:
7272
go-version-file: "go.work"
7373
- name: install nextest
7474
uses: taiki-e/install-action@nextest
75+
- name: Fetch proof params
76+
run: |
77+
docker run --rm \
78+
-v $FIL_PROOFS_PARAMETER_CACHE:$FIL_PROOFS_PARAMETER_CACHE \
79+
-e FIL_PROOFS_PARAMETER_CACHE=$FIL_PROOFS_PARAMETER_CACHE \
80+
--entrypoint forest-tool \
81+
ghcr.io/chainsafe/forest \
82+
fetch-params --keys
83+
sudo chmod -R 755 $FIL_PROOFS_PARAMETER_CACHE
84+
ls -ahl $FIL_PROOFS_PARAMETER_CACHE
7585
- run: |
7686
make test-release-docs
7787
make test-release

0 commit comments

Comments
 (0)