Skip to content

Commit

Permalink
Switch to a fork of the RMQ action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Jun 6, 2023
1 parent 8a6aed2 commit 1c6af35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
toolchain: ${{ matrix.rust-version }}

- name: Start RabbitMQ
uses: namoshek/rabbitmq-github-action@v1
uses: mkuratczyk/rabbitmq-github-action@v1
with:
version: 'latest'
ports: '15672:15672'
plugins: 'rabbitmq_management'
config: ${{ github.workspace }}/.github/workflows/ci-rabbitmq.config
advanced_config: ${{ github.workspace }}/.github/workflows/ci-rabbitmq.config

- name: Run cargo test
run: |
Expand Down

0 comments on commit 1c6af35

Please sign in to comment.