Skip to content

Cherrypick #36578 - ensure puppet/qpidd are present before restore into 1.2.x #1130

Cherrypick #36578 - ensure puppet/qpidd are present before restore into 1.2.x

Cherrypick #36578 - ensure puppet/qpidd are present before restore into 1.2.x #1130

Workflow file for this run

name: Ruby Tests
on: pull_request
jobs:
Test_ruby:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['2.5.3', '2.7.4', '3.0.2']
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: |
bundle exec rake