diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d811c9e..ea77a6b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -19,15 +19,12 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - - - -full-clone-public: - 0-depth-clone: - - name: Git clone - run: git clone --depth 0 ${{ gitea.repositoryUrl }} - - name: Setup git lfs - run: git lfs pull - working-directory: ${{ github.event.repository.name }} - - name: Detailed file listing - run: pwd && ls -laRt + full-clone-public: + 0-depth-clone: + - name: Git clone + run: git clone --depth 0 ${{ gitea.repositoryUrl }} + - name: Setup git lfs + run: git lfs pull + working-directory: ${{ github.event.repository.name }} + - name: Detailed file listing + run: pwd && ls -laRt