From ae1961250667187f8a0aa3535037135e62488c87 Mon Sep 17 00:00:00 2001 From: konjacpotato Date: Thu, 22 May 2025 20:44:37 +0800 Subject: [PATCH] c5 --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4d26ab5..95c57df 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,8 +16,10 @@ jobs: - name: List files in the repository run: | docker build -t file -f docker/docker-file/Dockerfile . + echo "The workflow is now ready to test your code on the runner.000" + ls /workspace/docker/docker-file/ echo "The workflow is now ready to test your code on the runner.111" - cd docker/docker-file/ + cd /workspace/docker/docker-file/ echo "The workflow is now ready to test your code on the runner.222" docker compose up -d - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file