Run integration tests on all db types
This commit is contained in:
13
tests_integration/docker-compose-sqlite.yml
Normal file
13
tests_integration/docker-compose-sqlite.yml
Normal 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
|
||||
Reference in New Issue
Block a user