Skip to content

Commit

Permalink
feat: Creating a database from a schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fedmog1lnkv committed Oct 26, 2023
1 parent b06c9be commit 4e53513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_user_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
python-version: 3.11

- name: Load Database Schema
run: |
cd user_service
psql -h localhost -U postgres -d user_service_db -a -f path/to/scheme.sql
- name: Install Poetry
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4e53513

Please sign in to comment.