From 89e130f0cf3f173e491d07d29502afbef62f8372 Mon Sep 17 00:00:00 2001 From: wildone Date: Wed, 21 Jul 2021 16:55:40 +1000 Subject: [PATCH] remove step. --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8e7e6a..9d3ccbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,10 +112,6 @@ jobs: - name: Stop the stack run: docker-compose down - - name: check if all tests succced - run: | - docker-compose up testingprep - - name: create release ${{ env.GITHUB_TAG }} if: github.ref == 'refs/heads/main' id: create_release