From d1c812999114cc45a39f9b410834dd40af897675 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 10 Aug 2022 16:15:29 +0000 Subject: [PATCH] Un-Commented docker-compose down. --- --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -142,6 +142,6 @@ # run: | # echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}" -# - name: Stop running containers -# if: always() # run this step always -# run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down + - name: Stop running containers + if: always() # run this step always + run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down -- gitstuff