Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit a7fa54476d - Show all commits
+6
View File
@@ -14,6 +14,12 @@ jobs:
SECRET_KEY: test-secret-key-for-ci-environment-32chars-minimum
steps:
- name: Debug workspace
run: |
pwd
ls -la
find . -name "dashboard" -type d 2>/dev/null || echo "dashboard not found"
- name: Install Python
run: |
apt-get update && apt-get install -y python3 python3-pip python3-venv