Update config parameter

This commit is contained in:
Abdul Rabbani 2022-05-13 10:39:56 -04:00
parent 8bcf8d7dfe
commit 4e3f33f8d3

View File

@ -58,6 +58,7 @@ jobs:
echo vulcanize_ipld_ethcl_indexer=$GITHUB_WORKSPACE/ipld-ethcl-indexer >> ./config.sh echo vulcanize_ipld_ethcl_indexer=$GITHUB_WORKSPACE/ipld-ethcl-indexer >> ./config.sh
echo ethcl_capture_mode=boot >> ./config.sh echo ethcl_capture_mode=boot >> ./config.sh
echo ethcl_skip_sync=true >> ./config.sh echo ethcl_skip_sync=true >> ./config.sh
echo ethcl_known_gap_increment=1000000 >> ./config.sh
cat ./config.sh cat ./config.sh
- name: Run docker compose - name: Run docker compose
@ -192,11 +193,6 @@ jobs:
cd ipld-ethcl-indexer cd ipld-ethcl-indexer
make integration-test-ci make integration-test-ci
- name: Run the tests using Make without race conditions
run: |
cd ipld-ethcl-indexer
make integration-test-local-no-race
golangci: golangci:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: