chore: add debug steps to test.yaml to display current directory, Node PATH, and Node version for improved 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:58:42 +08:00
parent 0677c36d13
commit c092044954

View File

@ -8,6 +8,14 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Debug directory
run: |
echo "Current directory:"
pwd
echo "Node PATH:"
which node
echo "Node Version:"
node -v
- name: Checkout Code
uses: http://gitea.xkkxyy.com/actions/checkout@main
- name: Docker Build and Push