debug: check workspace contents in test workflow
Run Tests / Backend Tests (push) Failing after 2m41s
Run Tests / Frontend Tests (push) Failing after 10m8s
Run Tests / Test Summary (push) Has been cancelled

This commit is contained in:
Gan, Jimmy
2026-04-04 14:11:56 +08:00
parent 366d535f02
commit 8629f594a3
+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