From ab4f6d94783b7ba8002314cc3ea387a1497da3a3 Mon Sep 17 00:00:00 2001 From: Dango <282919162@qq.com> Date: Fri, 18 Aug 2023 14:25:30 +0800 Subject: [PATCH] fix cicd --- .github/workflows/image_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image_test.yml b/.github/workflows/image_test.yml index ac06ade..846687e 100644 --- a/.github/workflows/image_test.yml +++ b/.github/workflows/image_test.yml @@ -16,4 +16,5 @@ jobs: - name: Run a custom command in the custom image run: | echo "Hello from the custom Docker image!" - env \ No newline at end of file + env + ls \ No newline at end of file