Skip to content

Commit 18385cb

Browse files
authored
adding run unit tests on main (#1004)
Signed-off-by: Paige Patton <prubenda@redhat.com>
1 parent e7fa6bd commit 18385cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
kubectl get nodes --show-labels=true
7575
# Pull request only steps
7676
- name: Run unit tests
77-
if: github.event_name == 'pull_request'
7877
run: python -m coverage run -a -m unittest discover -s tests -v
7978

8079
- name: Setup Pull Request Functional Tests

0 commit comments

Comments
 (0)