tests must be run against different chain configurations #91

Merged
ABastionOfSanity merged 6 commits from nameservice_tests_github into main 2023-02-10 19:44:27 +00:00
Showing only changes of commit fbe510f783 - Show all commits

View File

@ -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: