1
0
forked from blue/lmdbal
This commit is contained in:
Blue 2024-11-30 20:59:49 +02:00
parent 551495843d
commit 1083df36ee
Signed by untrusted user: 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