Skip to content

Commit

Permalink
fix(ci): add postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
osoken committed Feb 25, 2024
1 parent ed9faed commit 56f021b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ permissions:
jobs:
test-check:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15.4
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: birdxplorer
POSTGRES_DB: postgres
ports:
- 5432:5432

timeout-minutes: 5
steps:
- name: Checkout
Expand Down

0 comments on commit 56f021b

Please sign in to comment.