Update README and condition for cleanup #58

Merged
abdulrabbani00 merged 5 commits from feature/update-system-tests into develop 2022-06-10 13:30:52 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 23d7d522cc - Show all commits

View File

@ -85,7 +85,7 @@ jobs:
make system-test-ci
- name: Clean up the docker containers
if: steps.compose.outcome == 'success'
if: always() && steps.compose.outcome == 'success'
shell: bash
run: |
/usr/local/bin/docker-compose \

View File

@ -27,7 +27,7 @@ To run the application, do as follows:
```
./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 \
-v remove \
-p ../local-config.sh
@ -37,7 +37,7 @@ To run the application, do as follows:
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