chore: add lscpu command to test.yaml for enhanced system information during debugging
This commit is contained in:
parent
b1ed9c687b
commit
3982d1961f
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
lscpu
|
||||
echo "Listing /opt/docker:"
|
||||
ls -l /opt/docker
|
||||
- name: Deploy to Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user