diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 066f206..558e28f 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -6,6 +6,18 @@ on: - master jobs: + debug-path: + name: Debug Repository State + runs-on: archlinux + steps: + - name: Check out repository code + uses: actions/checkout@v3 + + - name: List all files + run: | + echo "Listing files in $(pwd):" + ls -R + test-qt5: name: Test LMDBAL with qt5 uses: ./.gitea/workflows/test.yml