更新 smoke_test.yml

This commit is contained in:
LIghtJUNction
2026-03-15 23:35:21 +08:00
committed by GitHub
parent 04aee2890a
commit 11d40ac0c3
+4 -3
View File
@@ -39,9 +39,10 @@ jobs:
- name: Run smoke tests
run: |
# uv run main.py &
uv tool install -e . --force
astrbot run --backend-only
uv run main.py &
# uv tool install -e . --force
# astrbot init -y
# astrbot run --backend-only
APP_PID=$!
echo "Waiting for application to start..."