From 435a9e0ab1eac133c36061a332ff09d29298796c Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Fri, 23 Apr 2021 21:14:11 +0200 Subject: [PATCH] Add ports to ghaction test services --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c3e19d..6d582fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: