Sha256: 936652fcc04f4d272e33a48d2527dbc206f97c2a516c144d8c535b8f54de077c

Contents?: true

Size: 600 Bytes

Versions: 16

Compression:

Stored size: 600 Bytes

Contents

name: Testing on Windows
on:
  - push
  - pull_request
jobs:
  build:
    runs-on: ${{ matrix.os }}
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.4', '2.5', '2.6', '2.7' ]
        os:
          - windows-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

16 entries across 16 versions & 4 rubygems

Version Path
fluent-plugin-elasticsearch-dext-5.0.2 .github/workflows/windows.yml
fluent-plugin-elasticsearch-5.0.1 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.13.4 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.13.3 .github/workflows/windows.yml
fluent-plugin-elasticsearch-5.0.0 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.13.2 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.13.1 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.3.3 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.3.2 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.3.1 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.3.0 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.2.2 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.2.1 .github/workflows/windows.yml
fluent-plugin-parser-avro-0.2.0 .github/workflows/windows.yml
fluent-plugin-parser-avro-0.1.0 .github/workflows/windows.yml
fluent-plugin-elasticsearch-4.2.0 .github/workflows/windows.yml