chore: remove debug steps from test.yaml to streamline workflow and reduce clutter
This commit is contained in:
parent
d8b0439057
commit
0677c36d13
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@ -8,13 +8,6 @@ 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