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 daaa4f1 commit 5b8d9ccCopy full SHA for 5b8d9cc
.github/workflows/test.yml
@@ -47,6 +47,29 @@ jobs:
47
rails-version: "8.0"
48
- solidus-branch: "v4.4"
49
50
+ services:
51
+ postgres:
52
+ image: postgres:16
53
+ env:
54
+ POSTGRES_HOST_AUTH_METHOD: trust
55
+ options: >-
56
+ --health-cmd="pg_isready"
57
+ --health-interval=10s
58
+ --health-timeout=5s
59
+ --health-retries=5
60
+ ports:
61
+ - 5432:5432
62
+ mysql:
63
+ image: mysql:8
64
65
+ MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
66
67
+ --health-cmd="mysqladmin ping"
68
69
70
71
72
+ - 3306:3306
73
steps:
74
- uses: actions/checkout@v4
75
- name: Run extension tests
0 commit comments