Sha256: c04886187c0d1e6b45e41e3f603148dcb4efcc18b0b8222a8e74d20c1b11f65f

Contents?: true

Size: 507 Bytes

Versions: 15

Compression:

Stored size: 507 Bytes

Contents

name: Ruby CI

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  ci_tests_ruby:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: [3.2, 3.3]

    steps:
    - uses: actions/checkout@v3
    - name: Set up Ruby
      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 ci

Version data entries

15 entries across 15 versions & 4 rubygems

Version Path
fishplate-8.0.0 .github/workflows/ci.yml
rack-graphql-3.7.0 .github/workflows/ci.yml
salesforce_streamer-2.12.1 .github/workflows/ci.yml
salesforce_streamer-2.12.0 .github/workflows/ci.yml
vidar-1.13.4 .github/workflows/ci.yml
vidar-1.13.3 .github/workflows/ci.yml
salesforce_streamer-2.11.2 .github/workflows/ci.yml
vidar-1.13.2 .github/workflows/ci.yml
vidar-1.13.1 .github/workflows/ci.yml
vidar-1.13.0 .github/workflows/ci.yml
vidar-1.13.0.rc1 .github/workflows/ci.yml
vidar-1.12.1 .github/workflows/ci.yml
vidar-1.12.0 .github/workflows/ci.yml
vidar-1.11.0 .github/workflows/ci.yml
rack-graphql-3.6.0 .github/workflows/ci.yml