Skip to content

Commit

Permalink
ci: use smaller Postgres image in CI
Browse files Browse the repository at this point in the history
This should, in theory, speed the CI up a bit.

Related to #83
  • Loading branch information
JoosepAlviste committed Jan 6, 2024
1 parent 6c5406c commit 23cdf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

services:
postgres:
image: postgres
image: postgres:15.2-alpine
env:
POSTGRES_USER: serieslist
POSTGRES_PASSWORD: serieslist
Expand Down

0 comments on commit 23cdf13

Please sign in to comment.