chore: add debug steps to test.yaml for improved troubleshooting
Some checks failed
test / build (push) Successful in 6s
test / deploy (push) Failing after 1s

This commit is contained in:
Kai 2025-03-24 14:25:06 +08:00
parent d37219bb6c
commit b1ed9c687b

View File

@ -19,5 +19,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Debug directory
run: |
echo "Current directory:"
pwd
echo "Listing /opt/docker:"
ls -l /opt/docker
- name: Deploy to Test
run: cd /opt/docker