Skip to content

Commit

Permalink
use postgres:12-alpine for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
phamlequang committed Apr 27, 2021
1 parent 6236bf6 commit d670f28
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 @@ -14,7 +14,7 @@ jobs:

services:
postgres:
image: postgres:12
image: postgres:12-alpine
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: secret
Expand Down

0 comments on commit d670f28

Please sign in to comment.