diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b90040e..c2032e7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -63,20 +63,13 @@ jobs: services: nacos: - image: nacos/nacos-server:v2.2.3 + image: nacos/nacos-server:v2.3.1-slim env: MODE: standalone AUTH_ENABLE: false ports: - 8848:8848 - 9848:9848 - # Wait for Nacos to be fully ready - options: >- - --name nacos-server - --health-cmd "curl -f http://localhost:8848/nacos/v1/console/health/readiness" - --health-interval 10s - --health-timeout 5s - --health-retries 10 steps: - uses: actions/checkout@v4