Skip to content

Commit 7c66de1

Browse files
authored
Update test.yml
1 parent 7afea3d commit 7c66de1

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
@@ -50,6 +50,29 @@ jobs:
5050
rails-version: "8.0"
5151
- solidus-branch: "v4.4"
5252
rails-version: "8.0"
53+
services:
54+
postgres:
55+
image: postgres:16
56+
env:
57+
POSTGRES_HOST_AUTH_METHOD: trust
58+
options: >-
59+
--health-cmd="pg_isready"
60+
--health-interval=10s
61+
--health-timeout=5s
62+
--health-retries=5
63+
ports:
64+
- 5432:5432
65+
mysql:
66+
image: mysql:8
67+
env:
68+
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
69+
options: >-
70+
--health-cmd="mysqladmin ping"
71+
--health-interval=10s
72+
--health-timeout=5s
73+
--health-retries=5
74+
ports:
75+
- 3306:3306
5376
steps:
5477
- uses: actions/checkout@v4
5578
- name: Run extension tests

0 commit comments

Comments
 (0)