Sha256: 95252da417d46945c4adf739abb66769d9b0cf04c7379563c4df39ce08951d09
Contents?: true
Size: 632 Bytes
Versions: 2
Compression:
Stored size: 632 Bytes
Contents
name: Test on: push: jobs: test: name: Test runs-on: ubuntu-latest strategy: matrix: ruby: [2.7, 3.0, 3.1, 3.2] services: redis: image: redis:7-alpine ports: - "6379:6379" options: >- --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: | scripts/sidekiq & bundle exec rspec spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wisper-sidekiq-compat-2.3.0 | .github/workflows/test.yml |
wisper-sidekiq-compat-2.1.0 | .github/workflows/test.yml |