Skip to content

Commit 05aa8ef

Browse files
chore: move schema sql to database/schemas
1 parent c571466 commit 05aa8ef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/pull-request-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
5757
- name: Prepare DB
5858
run: |
59-
psql postgresql://postgres:postgres@postgres/postgres < db.sql
60-
psql postgresql://postgres:postgres@postgres/postgres < wallet.sql
59+
psql postgresql://postgres:postgres@postgres/postgres < database/schemas/public.sql
60+
psql postgresql://postgres:postgres@postgres/postgres < database/schemas/wallet.sql
6161
6262
- name: run tests
6363
run: npm test
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)