Sha256: ab26c0c79820a41fafcb6af062edbd1a5d8d9835227941acf379947e61cc2560

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

name: Pull Request - Run Tests

on:
  pull_request:
    branches:
      - master
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby 2.6
      uses: actions/setup-ruby@v1
      with:
        ruby-version: 2.6.x

    - name: Install and test
      run: |
        gem install bundler
        bundle install
        bundle exec rspec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bolognese-1.9.18 .github/workflows/pull-request.yml
bolognese-1.9.17 .github/workflows/pull-request.yml
bolognese-1.9.14 .github/workflows/pull-request.yml
bolognese-1.9.13 .github/workflows/pull-request.yml