From 1c4650629dd3d0605d59db978fcd4dd88d276e51 Mon Sep 17 00:00:00 2001 From: Bruno Salzano Date: Tue, 29 Jul 2025 23:35:10 +0200 Subject: [PATCH] chore: removed unti tests removed unit tests from image build. --- .github/workflows/image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 80ce256..e0b740a 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -49,9 +49,6 @@ jobs: if: ${{ github.event_name != 'pull_request' }} run: | echo "IMG_TAG=$(git describe --tags --abbrev=0)" >> "$GITHUB_ENV" - - name: Unit Test - run: task test - continue-on-error: false - name: Registry login uses: docker/login-action@v3 with: