Fixing the CI
Moving the dev test and build to port 5442 from 5432 to avoid conflicting with the running postgresql
This commit is contained in:
@ -6,4 +6,4 @@ services:
|
||||
- 'POSTGRES_USER=devel'
|
||||
- 'POSTGRES_PASSWORD=devel'
|
||||
ports:
|
||||
- '5432:5432'
|
||||
- '5442:5432'
|
||||
|
Reference in New Issue
Block a user