ci: add container to test workflow
Some checks failed
Build and Push Docker Image / tests (push) Failing after 49s
Build and Push Docker Image / build (push) Has been skipped

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

View File

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