Skip to content

Commit 2f078a0

Browse files
adammathysjarednorman
authored andcommitted
Update test.yml
1 parent 53b2eef commit 2f078a0

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,5 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
call-dev-support-test:
16+
rspec:
1717
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-
env:
33-
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
34-
options: >-
35-
--health-cmd="mysqladmin ping"
36-
--health-interval=10s
37-
--health-timeout=5s
38-
--health-retries=5
39-
ports:
40-
- 3306:3306

0 commit comments

Comments
 (0)