always run docker compose down... possibly to avoid insufficient funds error after a failed run
This commit is contained in:
parent
207f940e09
commit
fbe510f783
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -105,6 +105,7 @@ jobs:
|
||||
run: ./run-tests.sh
|
||||
- name: reset containers for auction tests
|
||||
working-directory: tests/sdk_tests
|
||||
if: always()
|
||||
run: docker compose down
|
||||
- name: start auction containers
|
||||
working-directory: tests/sdk_tests
|
||||
@ -114,6 +115,7 @@ jobs:
|
||||
run: ./run-auction-tests.sh
|
||||
- name: reset containers for nameservice tests
|
||||
working-directory: tests/sdk_tests
|
||||
if: always()
|
||||
run: docker compose down
|
||||
- name: start auction containers
|
||||
working-directory: tests/sdk_tests
|
||||
@ -123,6 +125,7 @@ jobs:
|
||||
run: ./run-nameservice-expiry-tests.sh
|
||||
- name: reset containers for nameservice tests
|
||||
working-directory: tests/sdk_tests
|
||||
if: always()
|
||||
run: docker compose down
|
||||
|
||||
# integration_tests:
|
||||
|
Loading…
Reference in New Issue
Block a user