Skip to content

Commit 78d4db9

Browse files
committed
deploy Kueue in olm_tests
1 parent c0ed631 commit 78d4db9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/olm_tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- name: Setup and start KinD cluster
5555
uses: ./common/github-actions/kind
5656

57+
- name: Deploy Kueue
58+
run: |
59+
make kueue-e2e
60+
5761
- name: Install OLM
5862
run: |
5963
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/crds.yaml

0 commit comments

Comments
 (0)