We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc79b6 commit 53b2eefCopy full SHA for 53b2eef
1 file changed
.github/workflows/test.yml
@@ -15,3 +15,26 @@ permissions:
15
jobs:
16
call-dev-support-test:
17
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
33
+ MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
34
35
+ --health-cmd="mysqladmin ping"
36
37
38
39
40
+ - 3306:3306
0 commit comments