Skip to content

Commit 9f1b635

Browse files
fix db name
1 parent 17abe1c commit 9f1b635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
POSTGRES_USER: postgres
1919
POSTGRES_PASSWORD: postgres
20-
POSTGRES_DB: postgres
20+
POSTGRES_DB: fileonchain
2121
ports: ['5432:5432']
2222
options: >-
2323
--health-cmd pg_isready
@@ -41,7 +41,7 @@ jobs:
4141
run: mix deps.get
4242
- name: Start Hasura GraphQL Engine
4343
env:
44-
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
44+
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgres@localhost:5432/fileonchain
4545
HASURA_GRAPHQL_ENABLE_CONSOLE: "false"
4646
HASURA_GRAPHQL_DEV_MODE: "true"
4747
HASURA_GRAPHQL_ADMIN_SECRET: helloworld

0 commit comments

Comments
 (0)