From f08147dc3829a4761b23c3585a3cee0ea7e064b3 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Sun, 15 Mar 2026 23:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20smoke=5Ftest.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/smoke_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_test.yml b/.github/workflows/smoke_test.yml index bc156be0c..71996b569 100644 --- a/.github/workflows/smoke_test.yml +++ b/.github/workflows/smoke_test.yml @@ -42,7 +42,7 @@ jobs: uv run main.py & # uv tool install -e . --force # astrbot init -y - # astrbot run --backend-only + # astrbot run --backend-only & APP_PID=$! echo "Waiting for application to start..."