Skip to content

Commit

Permalink
tell pg-idris tests to find postgres at its host name instead of loca…
Browse files Browse the repository at this point in the history
…lhost.
  • Loading branch information
mattpolzin committed Sep 13, 2021
1 parent b8aec86 commit 1cd33a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

env:
IDRIS2_CG: chez
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
TEST_DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres

steps:
- name: Install Dependencies
Expand Down

0 comments on commit 1cd33a7

Please sign in to comment.