We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0385d94 commit 6eec170Copy full SHA for 6eec170
.github/workflows/phpunit.yml
@@ -12,6 +12,7 @@ on:
12
push:
13
branches:
14
- develop
15
+ - testy
16
paths:
17
- '**.php'
18
- 'composer.*'
@@ -117,6 +118,19 @@ jobs:
117
118
--health-timeout=5s
119
--health-retries=3
120
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
+
134
steps:
135
- name: Free Disk Space (Ubuntu)
136
uses: jlumbroso/free-disk-space@main
0 commit comments