debug: check workspace contents
Run Tests / Backend Tests (push) Failing after 4m46s
Run Tests / Frontend Tests (push) Failing after 4m27s
Run Tests / Test Summary (push) Failing after 39s

This commit is contained in:
Gan, Jimmy
2026-04-04 15:03:40 +08:00
parent 1c2ac48efd
commit a7fa54476d
+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