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:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Debug directory
|
||||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
lscpu
|
||||
echo "Listing /opt/docker:"
|
||||
ls -l /opt
|
||||
- name: Checkout Code
|
||||
uses: http://gitea.xkkxyy.com/actions/checkout@main
|
||||
- name: Docker Build and Push
|
||||
|
||||
Loading…
Reference in New Issue
Block a user