From 18385cba2b2b864ff562b6ef67e5ea3bf44d7feb Mon Sep 17 00:00:00 2001 From: Paige Patton <64206430+paigerube14@users.noreply.github.com> Date: Wed, 17 Dec 2025 15:09:47 -0500 Subject: [PATCH] adding run unit tests on main (#1004) Signed-off-by: Paige Patton --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7053c282..154e8e06 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,6 @@ jobs: kubectl get nodes --show-labels=true # Pull request only steps - name: Run unit tests - if: github.event_name == 'pull_request' run: python -m coverage run -a -m unittest discover -s tests -v - name: Setup Pull Request Functional Tests