diff --git a/.drone.yml b/.drone.yml index 17de2f6..d21bb6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,8 @@ trigger: steps: - name: postgresDBTest # Test that the service is ready to be acted upon for cargo tests image: postgres:12-alpine + environment: + PGPASSWORD: password commands: - sleep 20 - "psql -U postgtres -d newsletter -h postgres"