CI 2
Some checks failed
Main LMDBAL workflow / Release documentation (push) Failing after 25s

This commit is contained in:
Blue 2025-05-02 20:47:45 +03:00
parent a6ac974438
commit 3e27526517
Signed by: blue
GPG key ID: 9B203B252A63EE38

View file

@ -6,22 +6,22 @@ on:
- master
jobs:
test-qt5:
name: Test LMDBAL with qt5
uses: ./.forgejo/workflows/test.yml
with:
flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
test-qt6:
name: Test LMDBAL with qt6
uses: ./.forgejo/workflows/test.yml
with:
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
# test-qt5:
# name: Test LMDBAL with qt5
# uses: ./.forgejo/workflows/test.yml
# with:
# flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
#
# test-qt6:
# name: Test LMDBAL with qt6
# uses: ./.forgejo/workflows/test.yml
# with:
# flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
docs:
name: Release documentation
runs-on: baremetall_peppersurprise
needs: [test-qt5, test-qt6]
# needs: [test-qt5, test-qt6]
steps:
- name: Check out repository code
uses: actions/checkout@v4