File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 10
10
tests :
11
11
runs-on : ubuntu-latest
12
12
13
- rabbitmq :
14
- image : rabbitmq:latest
15
- environment :
16
- RABBITMQ_DEFAULT_USER : guest
17
- RABBITMQ_DEFAULT_PASSWORD : guest
18
- RABBITMQ_DEFAULT_VHOST : /
19
- ports :
20
- - " 15671:15671
21
- - " 15672:15672
22
- - " 5671:5671
23
- - " 5672:5672"
24
-
25
-
26
13
strategy :
27
14
fail-fast : true
28
15
matrix :
32
19
name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
33
20
34
21
steps :
22
+ - name : Git checkout
23
+ uses : actions/checkout@v2
24
+
25
+ - name : Start RabbitMQ
26
+ uses : namoshek/rabbitmq-github-action@v1
27
+ with :
28
+ version : ' 3.8.9'
29
+ ports : ' 1883:1883 8883:8883 15671:15671'
30
+ certificates : ${{ github.workspace }}/.ci/tls-certificates
31
+ config : ${{ github.workspace }}/.ci/rabbitmq.conf
32
+ definitions : ${{ github.workspace }}/.ci/definitions.json
33
+ container-name : ' mqtt'
34
+
35
35
- name : Checkout code
36
36
uses : actions/checkout@v2
37
37
You can’t perform that action at this time.
0 commit comments