Sha256: 445ae18dcf490744cd4c41e498321d0608572adc501d2a20dc087a860ecc5cfd
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 Bytes
Contents
name: Testing on Windows on: - push - pull_request jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: ruby: - 2.7 - 3.0 - 3.1 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: | ruby -v gem install bundler rake bundle install --jobs 4 --retry 3 bundle exec rake test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-bigquery-3.1.0 | .github/workflows/windows.yml |
fluent-plugin-bigquery-3.0.1 | .github/workflows/windows.yml |
fluent-plugin-bigquery-3.0.0 | .github/workflows/windows.yml |