diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 85e2d9e..4399048 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -35,4 +35,7 @@ jobs: git -C $TARGET_DIR checkout $BRANCH git -C $TARGET_DIR reset --hard origin/$BRANCH fi - ls -la /output/Test \ No newline at end of file + ls -la /output/Test + + - name: Check test + run: ls -la /output/Test \ No newline at end of file