debug: check workspace contents
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user