Sha256: f0796e73f65d4388b17866b90ec282ef4d35688ddb20ec1ab15b525cffa93e79

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: [2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1]
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby ${{ matrix.ruby-version }}
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
      - name: Install dependencies
        run: bundle install
      - name: Run tests
        run: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netsuite-0.8.10 .github/workflows/main.yml
netsuite-0.8.9 .github/workflows/main.yml
netsuite-0.8.8 .github/workflows/main.yml