mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
更新 smoke_test.yml
This commit is contained in:
7
.github/workflows/smoke_test.yml
vendored
7
.github/workflows/smoke_test.yml
vendored
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user