ginkgo @ 2.1.4 and env for debugging
This commit is contained in:
parent
3c80a207fd
commit
4381c77a9b
2
.github/workflows/generic-testing.yml
vendored
2
.github/workflows/generic-testing.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
go install github.com/onsi/ginkgo/v2/ginkgo@latest
|
go install github.com/onsi/ginkgo/v2/ginkgo@2.1.4
|
||||||
which ginkgo
|
which ginkgo
|
||||||
|
|
||||||
- name: Run the tests using Make
|
- name: Run the tests using Make
|
||||||
|
@ -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
|
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
|
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
|
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
|
/root/ipld-eth-beacon-indexer capture ${CAPTURE_MODE} --config /root/ipld-eth-beacon-config.json > /root/ipld-eth-beacon-indexer.output
|
||||||
|
Loading…
Reference in New Issue
Block a user