Skip to content

Commit

Permalink
Move the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Jun 6, 2023
1 parent 1c6af35 commit c24583d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ jobs:
toolchain: ${{ matrix.rust-version }}

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

- name: Run cargo test
run: |
sleep 5
sleep 15
cargo test --workspace --no-fail-fast

0 comments on commit c24583d

Please sign in to comment.