Skip to content

Commit

Permalink
Test without host in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KingLeak95 committed Nov 4, 2023
1 parent 1afa7b9 commit ae2c601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

services:
postgres:
image: postgres
image: postgres:alpine

env:
POSTGRES_PASSWORD: postgres
Expand All @@ -55,4 +55,4 @@ jobs:
- name: Run Docker container
run: |
docker run --rm -e DB_HOST=postgres to-do-list:latest
docker run --rm to-do-list:latest

0 comments on commit ae2c601

Please sign in to comment.