fix ci/cd
This commit is contained in:
parent
781642ccfd
commit
866c1a5993
@ -11,6 +11,8 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
- name: postgresDBTest # Test that the service is ready to be acted upon for cargo tests
|
- name: postgresDBTest # Test that the service is ready to be acted upon for cargo tests
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
environment:
|
||||||
|
PGPASSWORD: password
|
||||||
commands:
|
commands:
|
||||||
- sleep 20
|
- sleep 20
|
||||||
- "psql -U postgtres -d newsletter -h postgres"
|
- "psql -U postgtres -d newsletter -h postgres"
|
||||||
|
Loading…
Reference in New Issue
Block a user