difftreelog
Un-Commented docker-compose down.
in: master
1 file changed
.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth142# run: |142# run: |143# echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"143# echo "url is ${{ steps.test-report.outputs.runHtmlUrl }}"144144145# - name: Stop running containers145 - name: Stop running containers146# if: always() # run this step always146 if: always() # run this step always147# run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down147 run: docker-compose -f ".docker/docker-compose-forkless.yaml" -f ".docker/docker-compose.${{ matrix.network }}.yml" down148148