Sha256: 7d82074200f0173df44f5af0b91ce9a35b5800390a3f500520ede379a9517aa6

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

name: Ruby

on: push

jobs:
  test:

    runs-on: ubuntu-20.04

    strategy:
      matrix:
        ruby-version: ['2.6.3', '2.7.2']

    steps:
      # Pin to this commit: v2
      - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
      - name: Set up Ruby
        # Pin to this commit, v1.82.0
        uses: ruby/setup-ruby@5e4f0a10bfc39c97cd5358121291e27e5d97e09b
        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
seira-0.8.1 .github/workflows/ruby.yml
seira-0.8.0 .github/workflows/ruby.yml
seira-0.7.5 .github/workflows/ruby.yml