chore: remove debug steps from test.yaml to streamline workflow and reduce clutter
Some checks failed
test / build (push) Failing after 0s
test / deploy (push) Has been skipped

This commit is contained in:
Kai 2025-03-24 18:33:27 +08:00
parent d8b0439057
commit 0677c36d13

View File

@ -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