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