Skip to content

Commit

Permalink
feat: dd2
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Mar 1, 2025
1 parent 6d1e62f commit e20d5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
# Check if MySQL process is running in the pod
DB_POD=$(kubectl get pod -l keep-component=database -o jsonpath="{.items[0].metadata.name}")
echo "Checking MySQL process status..."
kubectl exec $DB_POD -- ps aux | grep mysql
kubectl exec $DB_POD -- mysqladmin ping -h localhost -u root -pmysecretpassword
- name: Test database connection
run: |
Expand Down

0 comments on commit e20d5d8

Please sign in to comment.