From b4b9cca3576b3c6272960b12a251523f2a325cf8 Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 24 Mar 2025 16:58:06 +0800 Subject: [PATCH] chore: modify test.yaml to list contents of /opt instead of /opt/docker for better visibility --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9b8c11c..7a0a133 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,6 +25,6 @@ jobs: pwd lscpu echo "Listing /opt/docker:" - ls -l /opt/docker + ls -l /opt - name: Deploy to Test run: cd /opt/docker