diff --git a/.github/workflows/build-test-push-workflow.yml b/.github/workflows/build-test-push-workflow.yml index 00974fd98..25e0c7aa3 100644 --- a/.github/workflows/build-test-push-workflow.yml +++ b/.github/workflows/build-test-push-workflow.yml @@ -36,17 +36,17 @@ jobs: run: | make setup/ginkgo go mod tidy - - name: Run Unit Tests - run: | - echo "commenting for now" - # make test - - name: Run Code Coverage - run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }} - - name: Upload Coverage artifacts - uses: actions/upload-artifact@v4.4.0 - with: - name: coverage.out - path: coverage.out + #- name: Run Unit Tests + # run: | + # echo "commenting for now" + # # make test + #- name: Run Code Coverage + # run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }} + #- name: Upload Coverage artifacts + # uses: actions/upload-artifact@v4.4.0 + # with: + # name: coverage.out + # path: coverage.out build-operator-image: runs-on: ubuntu-latest needs: unit-tests