Sha256: 808992a19ccd95cb932494c0299ea443ed622784afbae8e7b59fd6fad9c32c41

Contents?: true

Size: 710 Bytes

Versions: 7

Compression:

Stored size: 710 Bytes

Contents

name: Ruby

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ['2.7']
    services:
      rabbitmq:
        image: rabbitmq
        ports:
          - 5672:5672
        options: --health-cmd "rabbitmqctl node_health_check" --health-interval 10s --health-timeout 5s --health-retries 5
    steps:
    - uses: actions/checkout@v2
      with:
        submodules: true
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true
        cache-version: 2
    - name: Run lint & tests
      run: bundle exec rake

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freddy-2.8.0 .github/workflows/ci.yml
freddy-2.7.0 .github/workflows/ci.yml
freddy-2.6.0 .github/workflows/ci.yml
freddy-2.5.1 .github/workflows/ci.yml
freddy-2.5.0 .github/workflows/ci.yml
freddy-2.5.0.pre.rc.1 .github/workflows/ci.yml
freddy-2.4.0 .github/workflows/ci.yml