Sha256: 57db9b42e49768f0cb4065a1a17c80e02c4372af019332fd0e09469913adc679
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
name: Ruby CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ["3.0", "2.7", "2.6", "2.5"] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@ae9cb3b565e36682a2c6045e4f664388da4c73aa with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn_cocktail_rails-0.3.2 | .github/workflows/ci.yml |