Skip to content

Commit 40e04e9

Browse files
committed
workflow
1 parent 8a9b826 commit 40e04e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
--health-interval 10s
2727
--health-timeout 5s
2828
--health-retries 5
29-
29+
ports:
30+
# Maps tcp port 5432 on service container to the host
31+
- 5432:5432
32+
3033
steps:
3134
- name: checkout
3235
uses: actions/checkout@v3

0 commit comments

Comments
 (0)