Skip to content

Commit cd6e2ae

Browse files
fix: add database connection env var to unit tests
1 parent 8baf0f2 commit cd6e2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.13"
1919
env:
2020
UV_PYTHON: ${{ matrix.python-version }}
21+
SQLALCHEMY_DATABASE_URI: "sqlite:///test.db"
2122
steps:
2223
- uses: actions/checkout@v4
2324

0 commit comments

Comments
 (0)