From cf44d73e23a1ab1dcb964599ea731ae24eb50697 Mon Sep 17 00:00:00 2001 From: Rob Harrison Date: Thu, 27 Jun 2019 17:49:30 +0100 Subject: [PATCH] Added integration tests --- postgres-backup-s3/integration-tests.test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgres-backup-s3/integration-tests.test.yml b/postgres-backup-s3/integration-tests.test.yml index a70b342..ca4c1d8 100644 --- a/postgres-backup-s3/integration-tests.test.yml +++ b/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