Sha256: a390b3153d7769dffcdcc724c4aeb927b40118d486e73ab2f9c6ef313a7a5155

Contents?: true

Size: 1.06 KB

Versions: 14

Compression:

Stored size: 1.06 KB

Contents

name: Tests

on:
  push:
    branches-ignore: 
      - main

jobs:
  test-2_5:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.5
    - name: Install dependencies
      run: bundle install
    - name: Run linter
      run: bundle exec rubocop
    - name: Run tests
      run: bundle exec rspec
  test-2_6:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.6
    - name: Install dependencies
      run: bundle install
    - name: Run linter
      run: bundle exec rubocop
    - name: Run tests
      run: bundle exec rspec
  test-2_7:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.7
    - name: Install dependencies
      run: bundle install
    - name: Run linter
      run: bundle exec rubocop
    - name: Run tests
      run: bundle exec rspec

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
shotgun_api_ruby-0.0.8.4 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.8.3 .github/workflows/test_only.yml
active_shotgun-0.0.4 .github/workflows/test_only.yml
active_shotgun-0.0.3 .github/workflows/test_only.yml
active_shotgun-0.0.2.1 .github/workflows/test_only.yml
active_shotgun-0.0.2 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.8.2 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.8 .github/workflows/test_only.yml
active_shotgun-0.0.1 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.7 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.5.3 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.5.2 .github/workflows/test_only.yml
shotgun_api_ruby-0.0.5.1 .github/workflows/test_only.yml
rspec_in_context-1.0.1.1 .github/workflows/test_only.yml