Added config file for db #9

Merged
phoenix merged 32 commits from db into devel 2025-04-03 13:59:56 +00:00
Showing only changes of commit 74e6a29875 - Show all commits

View File

@@ -32,6 +32,14 @@ jobs:
test:
name: Test Suite
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:latest
env:
POSTGRES_PASSWORD:postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1