Browse Source

Added integration tests

pull/119/head
Rob Harrison 7 years ago
parent
commit
cf44d73e23
  1. 3
      postgres-backup-s3/integration-tests.test.yml

3
postgres-backup-s3/integration-tests.test.yml

@ -7,7 +7,8 @@ services:
- POSTGRES_USER=user
- PGDATA=/var/lib/postgresql/data/pgdata
sut:
image: robwithhair/postgres-backup-s3:this
build:
context: .
command: 'sh integration-tests.sh'
depends_on:
- postgres

Loading…
Cancel
Save