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