Skip to content

Commit ff69db5

Browse files
authored
Update test.yml
1 parent e41c490 commit ff69db5

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/test.yml

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

1414
jobs:
15-
call-dev-support-test:
15+
rspec:
1616
uses: solidusio/solidus_dev_support/.github/workflows/test.yml@reusable-workflows
17-
services:
18-
postgres:
19-
image: postgres:16
20-
env:
21-
POSTGRES_HOST_AUTH_METHOD: trust
22-
options: >-
23-
--health-cmd="pg_isready"
24-
--health-interval=10s
25-
--health-timeout=5s
26-
--health-retries=5
27-
ports:
28-
- 5432:5432
29-
mysql:
30-
image: mysql:8
31-
env:
32-
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
33-
options: >-
34-
--health-cmd="mysqladmin ping"
35-
--health-interval=10s
36-
--health-timeout=5s
37-
--health-retries=5
38-
ports:
39-
- 3306:3306

0 commit comments

Comments
 (0)