Skip to content

Log shutdown progress for activity and workflow pollers #32

Log shutdown progress for activity and workflow pollers

Log shutdown progress for activity and workflow pollers #32

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test_gem:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.6
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec