From 4c5f96df34891b4997fa03fb7c8a7e95027fed1d Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 13 Aug 2024 08:50:29 +0800 Subject: [PATCH] test5 --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3a29938..51f4fe0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,4 +18,6 @@ jobs: - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🍏 This job's status is ${{ job.status }}." - - run: docker version \ No newline at end of file + - run: docker version + - name: Check out repository code + uses: actions/checkout@v2 \ No newline at end of file