diff --git a/.github/workflows/generic-testing.yml b/.github/workflows/generic-testing.yml index fd9cf5b..f484464 100644 --- a/.github/workflows/generic-testing.yml +++ b/.github/workflows/generic-testing.yml @@ -50,6 +50,7 @@ jobs: echo vulcanize_ipld_eth_beacon_indexer=$GITHUB_WORKSPACE/ipld-eth-beacon-indexer >> ./config.sh echo eth_beacon_config_file=$GITHUB_WORKSPACE/ipld-eth-beacon-indexer/config/cicd/boot.ipld-eth-beacon-indexer.json >> ./config.sh echo eth_beacon_capture_mode=boot >> ./config.sh + echo CAPTURE_MODE=boot >> config.sh cat ./config.sh - name: Run docker compose diff --git a/.gitignore b/.gitignore index 93cec94..a3277e1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ ipld-eth-beacon-indexer.log ipld-eth-beacon-indexer config/local.ipld-eth-beacon-indexer-config.json config/docker.ipld-eth-beacon-indexer-config.json +.idea/* \ No newline at end of file