From e1daf8afa736781d501abe62d0e7019be92538f6 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Wed, 8 Feb 2023 16:07:46 -0500 Subject: [PATCH] add arg to docker compose down for auction and nameservice-expiry --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c60362f4..37167aa4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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