Update README and condition for cleanup
This commit is contained in:
parent
3c6a9787fd
commit
23d7d522cc
2
.github/workflows/system-tests.yml
vendored
2
.github/workflows/system-tests.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
make system-test-ci
|
make system-test-ci
|
||||||
|
|
||||||
- name: Clean up the docker containers
|
- name: Clean up the docker containers
|
||||||
if: steps.compose.outcome == 'success'
|
if: always() && steps.compose.outcome == 'success'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
/usr/local/bin/docker-compose \
|
/usr/local/bin/docker-compose \
|
||||||
|
@ -27,7 +27,7 @@ To run the application, do as follows:
|
|||||||
|
|
||||||
```
|
```
|
||||||
./wrapper.sh -e skip \
|
./wrapper.sh -e skip \
|
||||||
-d ../docker/local/docker-compose-eth-beacon-db.yml \
|
-d ../docker/local/docker-compose-ipld-eth-beacon-db.yml \
|
||||||
-d ../docker/latest/docker-compose-lighthouse.yml \
|
-d ../docker/latest/docker-compose-lighthouse.yml \
|
||||||
-v remove \
|
-v remove \
|
||||||
-p ../local-config.sh
|
-p ../local-config.sh
|
||||||
@ -37,7 +37,7 @@ To run the application, do as follows:
|
|||||||
2. Run the start up command.
|
2. Run the start up command.
|
||||||
|
|
||||||
```
|
```
|
||||||
go run -race main.go capture historic --config ./example.ipld-eth-beacon-indexer-config.json
|
go run -race main.go capture full --config ./example.ipld-eth-beacon-indexer-config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running Tests
|
## Running Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user