test: Add H2 database for testing and update config
All checks were successful
Quality Check / Gradle Check (pull_request) Successful in 4m22s

This commit is contained in:
Jan K9f 2024-09-25 10:06:45 +02:00
parent a3348fb777
commit 7fc19b5bbe
Signed by: jank
GPG key ID: B267751B8AE29EFE
5 changed files with 14 additions and 14 deletions

View file

@ -9,20 +9,6 @@ jobs:
runs-on: "ubuntu-latest"
container:
image: "cimg/openjdk:21.0-node"
services:
postgres:
image: postgres:16.4
env:
POSTGRES_DB: lf8_starter_db
POSTGRES_USER: lf8_starter
POSTGRES_PASSWORD: secret
ports:
- 5432:5432
options: >-
--health-cmd="pg_isready -U lf8_starter"
--health-interval=10s
--health-timeout=5s
--health-retries=3
steps:
- name: "Checkout"
uses: actions/checkout@v3