Rename DB alias for CI test

This commit is contained in:
Deon George 2021-11-20 11:56:20 +11:00
parent 6f9df005aa
commit 0be4ac0ad5
1 changed files with 2 additions and 2 deletions

View File

@ -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