From 0677c36d133a4a8539292f0167e470d61f6a828f Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 24 Mar 2025 18:33:27 +0800 Subject: [PATCH] chore: remove debug steps from test.yaml to streamline workflow and reduce clutter --- .github/workflows/test.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e2d88cb..47ebec3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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