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 8629f594a3 - Show all commits
+6
View File
@@ -16,6 +16,12 @@ jobs:
SECRET_KEY: test-secret-key-for-ci-environment-32chars-minimum SECRET_KEY: test-secret-key-for-ci-environment-32chars-minimum
steps: steps:
- name: Check workspace
run: |
pwd
ls -la
ls -la dashboard/ || echo "dashboard directory not found"
- name: Install dependencies - name: Install dependencies
run: | run: |
cd dashboard/backend cd dashboard/backend