Rewrite integration tests to run with Docker containers
This commit is contained in:
16
tests/docker/compose.integration.sqlite.yaml
Normal file
16
tests/docker/compose.integration.sqlite.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: '2'
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: tests/docker/Dockerfile.xenial
|
||||
ports:
|
||||
- "8000:80"
|
||||
command: config-sqlite
|
||||
tests:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: tests/docker/Dockerfile.xenial
|
||||
depends_on:
|
||||
- app
|
||||
command: integration-test-sqlite
|
||||
Reference in New Issue
Block a user