Rename DB alias for CI test
This commit is contained in:
parent
6f9df005aa
commit
0be4ac0ad5
@ -7,10 +7,10 @@ test:
|
||||
# resulting in the testing to fail on the first run.
|
||||
services:
|
||||
- name: postgres:13-alpine
|
||||
alias: database
|
||||
alias: postgres-test
|
||||
|
||||
variables:
|
||||
POSTGRES_PASSWORD: secret
|
||||
POSTGRES_PASSWORD: password
|
||||
|
||||
tags:
|
||||
- php
|
||||
|
Loading…
Reference in New Issue
Block a user