test: clean up E2E test volumes using a container (#5509)

This commit is contained in:
Erik Grinaker
2020-10-15 20:59:16 +02:00
committed by Erik Grinaker
parent 8ebb39eed6
commit 4e2e487c7a
3 changed files with 21 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Run testnets in group ${{ matrix.group }}
working-directory: test/e2e
run: sudo ./run-multiple.sh networks/nightly/*-group${{ matrix.group }}-*.toml
run: ./run-multiple.sh networks/nightly/*-group${{ matrix.group }}-*.toml
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@e9db0ef

View File

@@ -29,7 +29,7 @@ jobs:
- name: Run CI testnet
working-directory: test/e2e
run: sudo ./build/runner -f networks/ci.toml
run: ./build/runner -f networks/ci.toml
if: "env.GIT_DIFF != ''"
- name: Emit logs on failure