Skip to content

Commit

Permalink
Run system tests against multiple RabbitMQ versions (#560)
Browse files Browse the repository at this point in the history
* Run system tests against multiple RabbitMQ versions

* Test against latest 3.8 RC
  • Loading branch information
ansd committed Jan 15, 2021
1 parent 8460c5e commit 8a75409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,17 @@ jobs:
strategy:
matrix:
k8s: [v1.17.11, v1.18.8, v1.19.4, v1.20.0]
rabbitmq-image:
- rabbitmq:3.8.8-management
- rabbitmq:3.8.9-management
- rabbitmq:3.8-rc-management
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: System tests
env:
K8S_VERSION: ${{ matrix.k8s }}
RABBITMQ_IMAGE: ${{ matrix.rabbitmq-image }}
run: |
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
Expand Down

0 comments on commit 8a75409

Please sign in to comment.