chore: add debug steps to test.yaml to display current directory and system information for enhanced troubleshooting
This commit is contained in:
parent
24222b0b41
commit
d8b0439057
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user