We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b2eef commit 2f078a0Copy full SHA for 2f078a0
1 file changed
.github/workflows/test.yml
@@ -13,28 +13,5 @@ permissions:
13
contents: read
14
15
jobs:
16
- call-dev-support-test:
+ rspec:
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