Skip to content

Commit

Permalink
test: Creating db dump with correct version of db_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jan 19, 2024
1 parent bb1341d commit 3cd2a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

services:
postgres:
image: postgres:12-alpine
image: postgres:11-alpine
env:
POSTGRES_USER: ${{ env.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
Expand Down
Binary file modified db/test-dump.psql
Binary file not shown.

0 comments on commit 3cd2a60

Please sign in to comment.