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.
|
# resulting in the testing to fail on the first run.
|
||||||
services:
|
services:
|
||||||
- name: postgres:13-alpine
|
- name: postgres:13-alpine
|
||||||
alias: database
|
alias: postgres-test
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_PASSWORD: secret
|
POSTGRES_PASSWORD: password
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- php
|
- php
|
||||||
|
Loading…
Reference in New Issue
Block a user