Update config parameter
This commit is contained in:
parent
8bcf8d7dfe
commit
4e3f33f8d3
6
.github/workflows/on-pr.yml
vendored
6
.github/workflows/on-pr.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user