Sha256: cf67efbb317ab7bdcf3c23b994e9a26775ac914dccd4e7f870ab2aaa1a38f32a

Contents?: true

Size: 593 Bytes

Versions: 40

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: [ '3.0', '3.1', '3.2' ]
        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

40 entries across 40 versions & 5 rubygems

Version Path
fluent-plugin-opensearch-1.1.5 .github/workflows/windows.yml
fluent-plugin-input-opensearch-1.2.4 .github/workflows/windows.yml
test-input-opensearch-0.0.3 .github/workflows/windows.yml
test-input-opensearch-1-0.0.3 .github/workflows/windows.yml
test-input-opensearch-1-0.0.2 .github/workflows/windows.yml
test-input-opensearch-0.0.2 .github/workflows/windows.yml
test-input-opensearch-0.0.1 .github/workflows/windows.yml
test-input-opensearch-1-0.0.1 .github/workflows/windows.yml
fluent-plugin-input-opensearch-1.2.3 .github/workflows/windows.yml
fluent-plugin-input-opensearch-1.2.2 .github/workflows/windows.yml
fluent-plugin-input-opensearch-1.2.1 .github/workflows/windows.yml
fluent-plugin-input-opensearch-1.2.0 .github/workflows/windows.yml
test-opensearch-0.0.25 .github/workflows/windows.yml
test-opensearch-0.0.24 .github/workflows/windows.yml
test-opensearch-0.0.0.21 .github/workflows/windows.yml
test-opensearch-0.0.0.20 .github/workflows/windows.yml
test-opensearch-0.0.0.18 .github/workflows/windows.yml
test-opensearch-0.0.0.17 .github/workflows/windows.yml
test-opensearch-0.0.0.16 .github/workflows/windows.yml
test-opensearch-0.0.0.15 .github/workflows/windows.yml