From e495d15f1d7ba1b6d1e5626c0fa37a634b967357 Mon Sep 17 00:00:00 2001 From: yaojingxi <23722032@bjtu.edu.cn> Date: Fri, 13 Feb 2026 11:51:46 +0800 Subject: [PATCH] =?UTF-8?q?Nacos=E5=AE=B9=E5=99=A8=E4=B8=8D=E7=A8=B3?= =?UTF-8?q?=E5=AE=9A=EF=BC=8C=E7=BB=9F=E4=B8=80=E9=85=8D=E7=BD=AE=E8=AF=95?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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