chore: add lscpu command to test.yaml for enhanced system information during debugging
Some checks failed
test / build (push) Successful in 4s
test / deploy (push) Failing after 1s

This commit is contained in:
Kai 2025-03-24 16:56:53 +08:00
parent b1ed9c687b
commit 3982d1961f

View File

@ -23,6 +23,7 @@ jobs:
run: | run: |
echo "Current directory:" echo "Current directory:"
pwd pwd
lscpu
echo "Listing /opt/docker:" echo "Listing /opt/docker:"
ls -l /opt/docker ls -l /opt/docker
- name: Deploy to Test - name: Deploy to Test