CI try 7
Some checks failed
Main LMDBAL workfow / Debug Repository State (push) Successful in 4s
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Failing after 0s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Failing after 0s
Main LMDBAL workfow / Release documentation (push) Has been skipped

This commit is contained in:
Blue 2024-11-30 21:11:30 +02:00
parent 1083df36ee
commit f5d6fb9141
Signed by: blue
GPG Key ID: 9B203B252A63EE38

View File

@ -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
ls -la
echo "Checking .gitea contents:"
ls -la .gitea/workflows || echo ".gitea/workflows not found!"
test-qt5:
name: Test LMDBAL with qt5