Skip to content

Commit

Permalink
fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Sep 1, 2024
1 parent 17abe1c commit 9f1b635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_DB: fileonchain
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
Expand All @@ -41,7 +41,7 @@ jobs:
run: mix deps.get
- name: Start Hasura GraphQL Engine
env:
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgres@localhost:5432/fileonchain
HASURA_GRAPHQL_ENABLE_CONSOLE: "false"
HASURA_GRAPHQL_DEV_MODE: "true"
HASURA_GRAPHQL_ADMIN_SECRET: helloworld
Expand Down

0 comments on commit 9f1b635

Please sign in to comment.