Run integration tests on all db types

This commit is contained in:
Donkie
2023-05-21 23:38:41 +02:00
parent ba6fb62c7b
commit 5e75d6d70e
5 changed files with 92 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
spoolman:
image: donkie/spoolman:test
environment:
- SPOOLMAN_DB_TYPE=sqlite
- SPOOLMAN_LOGGING_LEVEL=DEBUG
tester:
image: donkie/spoolman-tester:latest
volumes:
- ./tests:/tester/tests
depends_on:
- spoolman