Sha256: 84f71635f4186820556841723cc5abaa6e53e0e0146434539bd39cf7908bcb65

Contents?: true

Size: 589 Bytes

Versions: 19

Compression:

Stored size: 589 Bytes

Contents

name: Testing on macOS
on:
  - push
  - pull_request
jobs:
  build:
    runs-on: ${{ matrix.os }}
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.6', '2.7', '3.0' ]
        os:
          - macOS-latest
    name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
    - name: unit testing
      env:
        CI: true
      run: |
        gem install bundler rake
        bundle install --jobs 4 --retry 3
        bundle exec rake test

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
fluent-plugin-opensearch-1.0.8 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.7 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.6 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.5 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.4 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.2.2 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.3 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.2.1 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.2.0 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.2 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.1.5 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.1 .github/workflows/macos.yml
fluent-plugin-opensearch-1.0.0 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.1.4 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.1.3 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.1.2 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.1.1 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.1.0 .github/workflows/macos.yml
fluent-plugin-elasticsearch-5.0.5 .github/workflows/macos.yml