Skip to content

Commit

Permalink
fix db url
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wall committed Aug 6, 2024
1 parent b26398c commit 8286368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
MIX_ENV: test
DB_USER: postgres
DATABASE_URL: postgres://postgres@postgres/ex_gridhook_test
DATABASE_URL: postgres://postgres@localhost/ex_gridhook_test
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 8286368

Please sign in to comment.