chore: add debug steps to test.yaml to display current directory and system information for enhanced troubleshooting
Some checks failed
test / build (push) Failing after 0s
test / deploy (push) Has been skipped

This commit is contained in:
Kai 2025-03-24 18:11:18 +08:00
parent 24222b0b41
commit d8b0439057

View File

@ -8,6 +8,13 @@ jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Debug directory
run: |
echo "Current directory:"
pwd
lscpu
echo "Listing /opt/docker:"
ls -l /opt
- name: Checkout Code - name: Checkout Code
uses: http://gitea.xkkxyy.com/actions/checkout@main uses: http://gitea.xkkxyy.com/actions/checkout@main
- name: Docker Build and Push - name: Docker Build and Push