Skip to content

Commit 53b2eef

Browse files
adammathysjarednorman
authored andcommitted
Update test.yml
1 parent 4cc79b6 commit 53b2eef

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,26 @@ permissions:
1515
jobs:
1616
call-dev-support-test:
1717
uses: solidusio/solidus_dev_support/.github/workflows/test.yml@reusable-workflows
18+
services:
19+
postgres:
20+
image: postgres:16
21+
env:
22+
POSTGRES_HOST_AUTH_METHOD: trust
23+
options: >-
24+
--health-cmd="pg_isready"
25+
--health-interval=10s
26+
--health-timeout=5s
27+
--health-retries=5
28+
ports:
29+
- 5432:5432
30+
mysql:
31+
image: mysql:8
32+
env:
33+
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
34+
options: >-
35+
--health-cmd="mysqladmin ping"
36+
--health-interval=10s
37+
--health-timeout=5s
38+
--health-retries=5
39+
ports:
40+
- 3306:3306

0 commit comments

Comments
 (0)