Sha256: 4d46a18a1d3b9e62e2a0b561c95afce652089d69283a0da73bc2cf14a8a50f55

Contents?: true

Size: 600 Bytes

Versions: 9

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.5', '2.6', '2.7', '3.0' ]
        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

9 entries across 9 versions & 4 rubygems

Version Path
fluent-plugin-cloudwatch-logs-0.14.3 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.14.2 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.14.1 .github/workflows/windows.yml
fluent-plugin-elasticsearch-5.0.4 .github/workflows/windows.yml
fluent-plugin-concat-2.5.0 .github/workflows/windows.yml
fluent-plugin-cloudwatch-logs-0.14.0 .github/workflows/windows.yml
fluent-plugin-elasticsearch-5.0.3 .github/workflows/windows.yml
fluent-plugin-elasticsearch-5.0.2 .github/workflows/windows.yml
fluent-plugin-parser-avro-0.3.1 .github/workflows/windows.yml