diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 558e28f..25650fe 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -12,11 +12,17 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 + with: + fetch-depth: 0 # Ensure all files and full history are fetched + path: . # Clone into the root workspace directory - - name: List all files + - name: List all files in the workspace run: | - echo "Listing files in $(pwd):" - ls -R + echo "Listing files in $(pwd):" + ls -la + echo "Checking .gitea contents:" + ls -la .gitea/workflows || echo ".gitea/workflows not found!" + test-qt5: name: Test LMDBAL with qt5