Skip to content

Bump sidekiq from 6.5.9 to 6.5.10 #74

Bump sidekiq from 6.5.9 to 6.5.10

Bump sidekiq from 6.5.9 to 6.5.10 #74

Workflow file for this run

name: rspec
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Run the default task
run: |
gem install bundler -v 2.4.12
bundle install
bundle exec rspec