Skip to content

Commit

Permalink
add db type
Browse files Browse the repository at this point in the history
  • Loading branch information
hyusap committed Feb 14, 2024
1 parent 735d780 commit 783156f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
poetry run uvicorn src.main:app &
sleep 5
cd ..
env:
DATABASE_TYPE: sqlite
CONNECTION_URI: sqlite:///api.db
- name: Run Tests
run: |
cd sdk
Expand Down

0 comments on commit 783156f

Please sign in to comment.