Skip to content

Commit 6eec170

Browse files
committed
testy
1 parent 0385d94 commit 6eec170

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
push:
1313
branches:
1414
- develop
15+
- testy
1516
paths:
1617
- '**.php'
1718
- 'composer.*'
@@ -117,6 +118,19 @@ jobs:
117118
--health-timeout=5s
118119
--health-retries=3
119120
121+
rabbitmq:
122+
image: rabbitmq
123+
env:
124+
RABBITMQ_DEFAULT_USER: guest
125+
RABBITMQ_DEFAULT_PASS: guest
126+
ports:
127+
- 5672
128+
options: >-
129+
--health-cmd="rabbitmq-diagnostics -q ping"
130+
--health-interval=10s
131+
--health-timeout=5s
132+
--health-retries=5
133+
120134
steps:
121135
- name: Free Disk Space (Ubuntu)
122136
uses: jlumbroso/free-disk-space@main

0 commit comments

Comments
 (0)