Skip to content

Commit

Permalink
Add POSTGRES_HOST_AUTH_METHOD=trust
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Feb 28, 2020
1 parent 0b240f8 commit 681394d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 50
- name: Start PostgreSQL
working-directory: docker
run: docker-compose up -d
run: docker-compose up -d && docker-compose logs
- name: 'Set up JDK 8'
uses: actions/setup-java@v1
with:
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=
- POSTGRES_DB=postgres
- POSTGRES_HOST_AUTH_METHOD=trust
- GITHUB_ACTIONS=true
command: >-
postgres
Expand Down

0 comments on commit 681394d

Please sign in to comment.