Skip to content

Commit 83ff0aa

Browse files
committed
ci: switch to rabbitmq service
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent cf55f32 commit 83ff0aa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,17 @@ on:
99
jobs:
1010
build_and_test:
1111
runs-on: ${{ matrix.os }}
12+
services:
13+
rabbitmq:
14+
image: rabbitmq:latest
1215
strategy:
1316
fail-fast: false
1417
matrix:
1518
#os: [ubuntu-latest, windows-latest, macos-latest]
1619
os: [ubuntu-latest]
1720
rust: [nightly, beta, stable, 1.74.0]
1821
steps:
19-
- uses: actions/checkout@v2
20-
21-
- name: Start RabbitMQ
22-
uses: getong/rabbitmq-action@v1.2
23-
with:
24-
rabbitmq user: 'guest'
25-
rabbitmq password: 'guest'
26-
rabbitmq vhost: '/'
22+
- uses: actions/checkout@v4
2723

2824
- name: Install latest ${{ matrix.rust }}
2925
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)