Browse Source

Update integration-tests.test.yml

Oops.  SUT System under test is a service not a top level object.
pull/119/head
Rob Harrison 7 years ago
committed by GitHub
parent
commit
d4ee93ab69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      postgres-backup-s3/integration-tests.test.yml

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

@ -12,11 +12,11 @@ services:
- source: master-db-config_2
target: /etc/postgresql/postgresql.conf
command: -c 'config_file=/etc/postgresql/postgresql.conf'
sut:
build: .
command: 'sh integration-tests.sh'
depends_on:
- postgres
configs:
master-db-config:
file: ./config/master.conf
sut:
build: .
command: 'sh integration-tests.sh'
depends_on:
- postgres
Loading…
Cancel
Save