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 e1daf8afa7 - Show all commits

View File

@ -116,7 +116,7 @@ jobs:
- name: reset containers for nameservice tests
working-directory: tests/sdk_tests
if: always()
run: docker compose down
run: docker compose -f docker-compose-auctions.yml down
- name: start auction containers
working-directory: tests/sdk_tests
run: docker compose -f docker-compose-nameservice.yml up -d
@ -126,7 +126,7 @@ jobs:
- name: reset containers for nameservice tests
working-directory: tests/sdk_tests
if: always()
run: docker compose down
run: docker compose -f docker-compose-nameservice.yml down
# integration_tests:
# runs-on: ubuntu-latest