From f5d6fb914105c8b1c9f79ef3dfc5ce30c22211d7 Mon Sep 17 00:00:00 2001 From: blue Date: Sat, 30 Nov 2024 21:11:30 +0200 Subject: [PATCH] CI try 7 --- .gitea/workflows/main.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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