Sha256: d9c9566d45c9e4be7e90f404b5fd84c2d8652190273f3cae651869e65a71e30f

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

name: Ruby

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - name: Set up Ruby 2.7
      uses: actions/setup-ruby@v1
      with:
        ruby-version: 2.7
    - name: Build and test with Rspec
      run: |
        gem install bundler
        bundle install --jobs 4 --retry 3
        bundle exec rspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twog-0.3.5 .github/workflows/ruby.yml
twog-0.3.4 .github/workflows/ruby.yml