Skip to content

Commit 72c8ff1

Browse files
committed
pre-submit actions: test both k8s and ocp bundles builds and clarify unittest action
Signed-off-by: Carlo Lobrano <[email protected]>
1 parent 9316c31 commit 72c8ff1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pre-submit.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ jobs:
2626
- name: Build
2727
run: make manager
2828

29-
- name: Test
29+
- name: Verify no bundle changes and run unit-tests
3030
run: make manifests bundle-k8s bundle-reset test
3131

32-
- name: Test container build
32+
- name: Test container build K8s
33+
run: make container-build-k8s
34+
35+
- name: Test container build OCP
3336
run: make container-build-ocp
3437

3538
e2e-k8s:

0 commit comments

Comments
 (0)