From 7350cc29f9208cc7820bc009c0fc2b684e6b82e8 Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:16:30 -0400 Subject: [PATCH] Try checkoing out code. --- .gitea/workflows/unit_tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/unit_tests.yaml b/.gitea/workflows/unit_tests.yaml index 33af7c4..7cdec18 100644 --- a/.gitea/workflows/unit_tests.yaml +++ b/.gitea/workflows/unit_tests.yaml @@ -12,4 +12,6 @@ jobs: password: "${{ secrets.CONTAINER_REGISTRY_TOKEN }}" steps: - - run: pwd \ No newline at end of file + - uses: actions/checkout@v2 + - name: Get directory contents + run: ls \ No newline at end of file