1 parent 31e55d5 commit bdcb88fCopy full SHA for bdcb88f
1 file changed
.github/workflows/maven.yml
@@ -63,20 +63,13 @@ jobs:
63
64
services:
65
nacos:
66
- image: nacos/nacos-server:v2.2.3
+ image: nacos/nacos-server:v2.3.1-slim
67
env:
68
MODE: standalone
69
AUTH_ENABLE: false
70
ports:
71
- 8848:8848
72
- 9848:9848
73
- # Wait for Nacos to be fully ready
74
- options: >-
75
- --name nacos-server
76
- --health-cmd "curl -f http://localhost:8848/nacos/v1/console/health/readiness"
77
- --health-interval 10s
78
- --health-timeout 5s
79
- --health-retries 10
80
steps:
81
- uses: actions/checkout@v4
82
0 commit comments