ci: add container to test workflow
This commit is contained in:
parent
3f53b112ae
commit
0a237cc482
@ -5,6 +5,7 @@ on: [workflow_call]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:20-bookworm-slim
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:17-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user