1
Fork 0

Add ports to ghaction test services

This commit is contained in:
viktorstrate 2021-04-23 21:14:11 +02:00
parent d7ad507987
commit 435a9e0ab1
No known key found for this signature in database
GPG Key ID: 3F855605109C1E8A
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=5
ports:
- 3306:3306
postgres:
image: postgres:13.2
@ -40,6 +42,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
defaults:
run: