Sha256: bddc7932ca74ff95185ab373082cf02e8a97abd89fe4e675a3d8010d71835c18

Contents?: true

Size: 593 Bytes

Versions: 19

Compression:

Stored size: 593 Bytes

Contents

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

19 entries across 19 versions & 2 rubygems

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