Fixing the CI
Some checks failed
Build and test backend / Build-backend (pull_request) Failing after 2m45s
Build and test backend / Test-backend (pull_request) Failing after 2m37s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 24s

Moving the dev test and build to port 5442 from 5432 to avoid
conflicting with the running postgresql
This commit is contained in:
2024-03-17 22:02:05 +01:00
parent f2b80ba89f
commit ee37dc79a7
4 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,4 @@ services:
- 'POSTGRES_USER=devel'
- 'POSTGRES_PASSWORD=devel'
ports:
- '5432:5432'
- '5442:5432'