From bb7d1a27435b0882c02f3aee7a1d6969a92de5e3 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 10 Dec 2025 13:40:29 +0900 Subject: [PATCH] fixup! .gitea/workflows: init test pipeline --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 402c93f..b2da102 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ on: default: True env: - DEBUG_SQLALCHEMY: ${{ inputs.debug_sqlalchemy || 'true' }} + DEBUG_SQLALCHEMY: ${{ inputs.debug_sqlalchemy || true }} jobs: run-tests: