fixup! .gitea/workflows: init test pipeline
All checks were successful
Run tests / run-tests (push) Successful in 1m14s

This commit is contained in:
2025-12-10 13:40:29 +09:00
parent e68d7effcd
commit bb7d1a2743

View File

@@ -10,7 +10,7 @@ on:
default: True
env:
DEBUG_SQLALCHEMY: ${{ inputs.debug_sqlalchemy || 'true' }}
DEBUG_SQLALCHEMY: ${{ inputs.debug_sqlalchemy || true }}
jobs:
run-tests: