Skip to content

Commit

Permalink
Install RabbitMQ in the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 21, 2024
1 parent 7782a77 commit 956c790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
enable-cache: true

- name: Setup RabbitMQ
continue-on-error: true
run: |
sudo apt-get install --assume-yes rabbitmq-server
- name: Install dependencies
run: |
uv sync --no-dev --frozen --extra schedule
Expand Down

0 comments on commit 956c790

Please sign in to comment.