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