CI try 6
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 20:59:49 +02:00
parent 551495843d
commit 1083df36ee
Signed by: blue
GPG Key ID: 9B203B252A63EE38

View File

@ -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