Sha256: 53fc8443df29b1972a1a9f7ba95804ab78d5b9ba0e8dfd4e5cf75cd3b2476e90
Contents?: true
Size: 554 Bytes
Versions: 3
Compression:
Stored size: 554 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"] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dboard-2.0.3 | .github/workflows/ci.yml |
dboard-2.0.2 | .github/workflows/ci.yml |
dboard-2.0.1 | .github/workflows/ci.yml |