Skip to content

Commit 7d05e15

Browse files
committed
fix github action
1 parent a97d2fa commit 7d05e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Checkout code
4949
uses: actions/checkout@v3
5050

51+
- name: Start broker service
52+
run: docker restart ${{ job.services.rabbitmq.id }}
53+
5154
- name: Setup PHP
5255
uses: shivammathur/setup-php@v2
5356
with:

0 commit comments

Comments
 (0)