Skip to content

Commit 3e34eb5

Browse files
test new ci/cd workflow
1 parent 7aaeb41 commit 3e34eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
--from-literal=ADMIN_EMAIL='admin@test.com' \
159159
--from-literal=ADMIN_PASSWORD='test_admin_password'
160160
kubectl apply -f infrastructure/k8s/backend-deployment.yaml
161+
kubectl wait --for=condition=available deployment/backend -n model-platform --timeout=180s
161162
echo "Backend deployed, checking pods..."
162163
kubectl get pods -n model-platform
163164

0 commit comments

Comments
 (0)