feat: implement dashboard download caching and fallback mechanism
- Add local file caching for dashboard downloads with version validation - Implement fallback to 'latest' version if specific version download fails - Add robust error handling in CLI check_dashboard to prevent crashes - Remove dashboard caching from smoke tests (backend-only mode)
This commit is contained in:
@@ -39,7 +39,9 @@ jobs:
|
||||
|
||||
- name: Run smoke tests
|
||||
run: |
|
||||
uv run main.py &
|
||||
# uv run main.py &
|
||||
uv tool install -e . --force
|
||||
astrbot run --backend-only
|
||||
APP_PID=$!
|
||||
|
||||
echo "Waiting for application to start..."
|
||||
|
||||
Reference in New Issue
Block a user