Sha256: 9326d712f74252cc80d45f1a8b2d711187e1d0f4f52a0b28a9f4dad77669431a
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 Bytes
Contents
name: Test on: push: jobs: test: name: Test runs-on: ubuntu-latest strategy: matrix: ruby: [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wisper-sidekiq-compat-2.0.0 | .github/workflows/test.yml |