Sha256: cf1ef846c7e8bb586a4298d77b0a9af9189e0232c107f47c8781ac641e18c0a5

Contents?: true

Size: 484 Bytes

Versions: 57

Compression:

Stored size: 484 Bytes

Contents

name: CI

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

jobs:
  test:
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest]
        ruby: [2.7, 3.0]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
    - name: Install dependencies
      run: bundle install
    - name: Run tests
      run: bundle exec rspec

Version data entries

57 entries across 57 versions & 9 rubygems

Version Path
linkedin_orbit-0.5.2 .github/workflows/CI.yml
linkedin_orbit-0.5.1 .github/workflows/CI.yml
linkedin_orbit-0.5.0 .github/workflows/CI.yml
dev_orbit-0.5.2 .github/workflows/ci.yml
notion_orbit-0.0.7 .github/workflows/CI.yml
notion_orbit-0.0.6 .github/workflows/CI.yml
meetup_orbit-0.1.1 .github/workflows/CI.yml
meetup_orbit-0.1.0 .github/workflows/CI.yml
orbit_activities-0.2.3 .github/workflows/ci.yml
meetup_orbit-0.0.3 .github/workflows/CI.yml
meetup_orbit-0.0.2 .github/workflows/CI.yml
linkedin_orbit-0.3.0 .github/workflows/CI.yml
dev_orbit-0.5.1 .github/workflows/ci.yml
dev_orbit-0.5.0 .github/workflows/ci.yml
circle_orbit-0.2.0 .github/workflows/CI.yml
linkedin_orbit-0.2.0 .github/workflows/CI.yml
dev_orbit-0.4.1 .github/workflows/ci.yml
circle_orbit-0.1.0 .github/workflows/CI.yml
dev_orbit-0.4.0 .github/workflows/ci.yml
planningcenter_orbit-0.0.2 .github/workflows/CI.yml