We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afea3d commit 7c66de1Copy full SHA for 7c66de1
1 file changed
.github/workflows/test.yml
@@ -50,6 +50,29 @@ jobs:
50
rails-version: "8.0"
51
- solidus-branch: "v4.4"
52
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
68
+ MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
69
70
+ --health-cmd="mysqladmin ping"
71
72
73
74
75
+ - 3306:3306
76
steps:
77
- uses: actions/checkout@v4
78
- name: Run extension tests
0 commit comments