Sha256: 4a1ed754c25aec16dce3477df2bfcd07accee77800c21e0f35bc924299604930

Contents?: true

Size: 567 Bytes

Versions: 21

Compression:

Stored size: 567 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - master
  pull_request: {}

jobs:
  test:
    runs-on: "ubuntu-latest"
    strategy:
      matrix:
        container_tag:
        - 2.6.5-bionic
        - 2.7.0-bionic
        task:
        - test
        - smoke
        - build
    container:
      image: rubylang/ruby:${{ matrix.container_tag }}
    steps:
    - uses: actions/checkout@v1
    - name: Run test
      run: |
        ruby -v
        gem install bundler
        bundle install --jobs 4 --retry 3
        bin/setup
        bundle exec rake ${{matrix.task}}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
steep-0.39.0 .github/workflows/ruby.yml
steep-0.38.0 .github/workflows/ruby.yml
steep-0.37.0 .github/workflows/ruby.yml
steep-0.36.0 .github/workflows/ruby.yml
steep-0.35.0 .github/workflows/ruby.yml
steep-0.34.0 .github/workflows/ruby.yml
steep-0.33.0 .github/workflows/ruby.yml
steep-0.32.0 .github/workflows/ruby.yml
steep-0.31.1 .github/workflows/ruby.yml
steep-0.31.0 .github/workflows/ruby.yml
steep-0.30.0 .github/workflows/ruby.yml
steep-0.29.0 .github/workflows/ruby.yml
steep-0.28.0 .github/workflows/ruby.yml
steep-0.27.0 .github/workflows/ruby.yml
steep-0.25.0 .github/workflows/ruby.yml
steep-0.24.0 .github/workflows/ruby.yml
steep-0.23.0 .github/workflows/ruby.yml
steep-0.22.0 .github/workflows/ruby.yml
steep-0.21.0 .github/workflows/ruby.yml
steep-0.20.0 .github/workflows/ruby.yml