diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index bf54766..066f206 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -8,19 +8,20 @@ on: jobs: test-qt5: name: Test LMDBAL with qt5 - uses: ./.gitea/workflows/aur.yml + uses: ./.gitea/workflows/test.yml with: flags: -D QT_VERSION_MAJOR=5 test-qt6: name: Test LMDBAL with qt6 - uses: ./.gitea/workflows/aur.yml + uses: ./.gitea/workflows/test.yml with: flags: -D QT_VERSION_MAJOR=6 docs: name: Release documentation runs-on: archlinux + needs: [test-qt5, test-qt6] steps: - name: Check out repository code uses: actions/checkout@v3