Sha256: e268cebd7728370497b9c31d5db8cae5cd8874df1484fd7b106c672e3b04703b
Contents?: true
Size: 494 Bytes
Versions: 5
Compression:
Stored size: 494 Bytes
Contents
name: Testing on: pull_request: branches: - main jobs: spec_tests: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.7' steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run spec tests run: bundle exec rake test:spec
Version data entries
5 entries across 5 versions & 1 rubygems