Skip to content

Commit

Permalink
test(ci/cd) testing main.yml for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Uj5Ghare authored Dec 11, 2024
1 parent f459932 commit 9c6c95d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,14 @@ jobs:
run: |
kubectl apply -f namespace.yml
kubectl apply -f .
kubectl port-forward svc/node-svc 8000:80 --address 0.0.0.0 -n app &
- name: Watch the changes
run: |
kubectl get all -n kub-system
sleep 10
kubectl get all -n kube-system
sleep 15
kubectl get all -n app
sleep 5
kubectl port-forward svc/node-svc 8000:80 --address 0.0.0.0 -n app &
# - name: Monitor Resource Usage
# run: |
# sleep 30
Expand Down

0 comments on commit 9c6c95d

Please sign in to comment.