From 726623d2c9c3d75840c87c728b260a28cc45e988 Mon Sep 17 00:00:00 2001 From: XieYu Date: Tue, 9 Jul 2024 19:28:38 +0800 Subject: [PATCH] =?UTF-8?q?test=EF=BC=9Agithub=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD When Commit.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CD When Commit.yml b/.github/workflows/CD When Commit.yml index 6401db4..01ad3a7 100644 --- a/.github/workflows/CD When Commit.yml +++ b/.github/workflows/CD When Commit.yml @@ -60,14 +60,15 @@ jobs: echo "Waiting for services to be up..." sleep 6 - - name: Run tests - run: | - curl -f http://localhost:3000 - - curl -f http://localhost:3000/archive - curl -f http://localhost:3000/about - - curl -f http://localhost:8000/api/posts/ +# - name: Run tests +# run: | +# curl -f http://localhost:3000 +# curl -f http://localhost:3000/posts/1 +# curl -f http://localhost:3000/archive +# curl -f http://localhost:3000/about +# +# curl -f http://localhost:8000/api/posts/ +# curl -f http://localhost:8000/admin/ # 构建并推送多架构后端服务镜像