ci: add container to test workflow

This commit is contained in:
Lars Hampe 2024-10-01 15:06:44 +02:00
parent 3f53b112ae
commit 0a237cc482

@ -5,6 +5,7 @@ on: [workflow_call]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:20-bookworm-slim
services: services:
postgres: postgres:
image: postgres:17-alpine image: postgres:17-alpine