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