Skip to content

Commit 3d04886

Browse files
committed
CI test correction
1 parent bb7f21d commit 3d04886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Initialize DB schema
4141
run: |
42-
psql $DATABASE_URL -f db/schema/schema.sql
42+
psql $DATABASE_URL -f db/schema/vmrdb_schema.sql
4343
4444
- name: Pre-fill dummy data
4545
run: |

0 commit comments

Comments
 (0)