Skip to content

Bump sidekiq-aws-sqs to 0.0.1 #8

Bump sidekiq-aws-sqs to 0.0.1

Bump sidekiq-aws-sqs to 0.0.1 #8

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '2.7.7'
- '3.0.5'
- '3.1.3'
- '3.2.0'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
- name: Install dependencies
run: bundle install
- name: Run the tests
run: bundle exec rake rspec