chore: modify test.yaml to list contents of /opt instead of /opt/docker for better visibility
Some checks failed
test / build (push) Successful in 3s
test / deploy (push) Failing after 1s

This commit is contained in:
Kai 2025-03-24 16:58:06 +08:00
parent 3982d1961f
commit b4b9cca357

View File

@ -25,6 +25,6 @@ jobs:
pwd
lscpu
echo "Listing /opt/docker:"
ls -l /opt/docker
ls -l /opt
- name: Deploy to Test
run: cd /opt/docker