Sha256: eab47f4b77aa083823c918c0b0ee1daab7897e90062fb0ea00c7c9dca92768c6

Contents?: true

Size: 710 Bytes

Versions: 42

Compression:

Stored size: 710 Bytes

Contents

name: Testing on macOS

on:
  push:
    branches: [master]
  pull_request:
    branches: [master]

jobs:
  test:
    runs-on: ${{ matrix.os }}
    continue-on-error: ${{ matrix.experimental }}
    strategy:
      fail-fast: false
      matrix:
        ruby-version: ['head', '2.7']
        os: [macos-latest]
        experimental: [true]

    name: Unit testing with Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
      - name: Install dependencies
        run: bundle install
      - name: Run tests
        run: bundle exec rake test

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fluentd-1.14.5-x64-mingw-ucrt .github/workflows/macos-test.yaml
fluentd-1.14.5-x86-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.5-x64-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.5 .github/workflows/macos-test.yaml
fluentd-1.14.4-x64-mingw-ucrt .github/workflows/macos-test.yaml
fluentd-1.14.4-x64-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.4-x86-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.4 .github/workflows/macos-test.yaml
fluentd-1.14.3-x86-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.3-x64-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.3 .github/workflows/macos-test.yaml
fluentd-1.14.2-x86-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.2-x64-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.2 .github/workflows/macos-test.yaml
fluentd-1.14.1-x86-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.1-x64-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.1 .github/workflows/macos-test.yaml
fluentd-1.14.0-x86-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.0-x64-mingw32 .github/workflows/macos-test.yaml
fluentd-1.14.0 .github/workflows/macos-test.yaml