We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760e577 commit fb5a622Copy full SHA for fb5a622
.github/workflows/action.yml
@@ -19,6 +19,11 @@ jobs:
19
- name: Install Elixir
20
run: |
21
sudo apt install -y elixir=1.12.2-1
22
+ - name: Install RMQ requirements
23
+ run: |
24
+ wget https://github.com/rabbitmq/mix_task_archive_deps/releases/download/0.5.0/mix_task_archive_deps-0.5.0.ez
25
+ mix archive.install --force ./mix_task_archive_deps-0.5.0.ez
26
+ rm mix_task_archive_deps-0.5.0.ez
27
- name: Run tests
28
29
make tests
0 commit comments