chore: add debug steps to test.yaml to display current directory, Node PATH, and Node version for improved troubleshooting
This commit is contained in:
parent
0677c36d13
commit
c092044954
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@ -8,6 +8,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug directory
|
||||||
|
run: |
|
||||||
|
echo "Current directory:"
|
||||||
|
pwd
|
||||||
|
echo "Node PATH:"
|
||||||
|
which node
|
||||||
|
echo "Node Version:"
|
||||||
|
node -v
|
||||||
- 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user