diff --git a/.github/workflows/generic-testing.yml b/.github/workflows/generic-testing.yml index f484464..f4bf81e 100644 --- a/.github/workflows/generic-testing.yml +++ b/.github/workflows/generic-testing.yml @@ -127,7 +127,7 @@ jobs: - name: Install packages run: | - go install github.com/onsi/ginkgo/v2/ginkgo@latest + go install github.com/onsi/ginkgo/v2/ginkgo@2.1.4 which ginkgo - name: Run the tests using Make diff --git a/entrypoint.sh b/entrypoint.sh index e808500..25c29c6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,7 @@ echo "Starting ipld-eth-beacon-indexer" cat /root/ipld-eth-beacon-config-docker.json | envsubst > /root/ipld-eth-beacon-config.json echo /root/ipld-eth-beacon-indexer capture ${CAPTURE_MODE} --config /root/ipld-eth-beacon-config.json > /root/ipld-eth-beacon-indexer.output +env if [ ${CAPTURE_MODE} == "boot" ]; then /root/ipld-eth-beacon-indexer capture ${CAPTURE_MODE} --config /root/ipld-eth-beacon-config.json > /root/ipld-eth-beacon-indexer.output