Skip to content

Commit 77bbe06

Browse files
authored
fix(ci): avoid false report of failed workflow (#140)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 9599631 commit 77bbe06

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ jobs:
124124
125125
- name: "Deploy target cluster"
126126
run: |
127-
kubectl apply -f .github/workflows/targetcluster-controlplane.yaml
127+
kubectl apply -f .github/workflows/assets/targetcluster-controlplane.yaml
128128
kubectl wait cluster capi-quickstart --for=condition=InfrastructureReady --timeout=10m
129129
kubectl wait kamajicontrolplane capi-quickstart-kubevirt --for=condition=KamajiControlPlaneIsReady --timeout=10m
130130
131-
kubectl apply -f .github/workflows/targetcluster-workers.yaml
131+
kubectl apply -f .github/workflows/assets/targetcluster-workers.yaml
132132
133133
sleep 30 # sleep for 30sec to machine CR to be created
134134

0 commit comments

Comments
 (0)