Sha256: e3c124ffc96a89bd7b13a196a3fe35972af664a90682b583ff408c05df8ae1ec

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

name: windows

on: [push]

jobs:
  build:
    runs-on: windows-latest
    strategy:
      matrix:
        ruby: [ 'mingw', 'mswin', '3.0', '2.7', '2.6' ]
    timeout-minutes: 10
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run test
      run: bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
textbringer-1.1.2 .github/workflows/windows.yml