fix ci/cd
This commit is contained in:
parent
781642ccfd
commit
866c1a5993
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user