Sha256: 2afaca7679b4dfd4fbd17cf5987187c6c04611ffe4331ea41e44c18ce261a780

Contents?: true

Size: 816 Bytes

Versions: 3

Compression:

Stored size: 816 Bytes

Contents

# Auto-generated !!! Do not edit it manually
# use ci-master https://github.com/metanorma/metanorma-build-scripts
name: windows

on: [push, pull_request]

jobs:
  test-windows:
    name: Test on Ruby ${{ matrix.ruby }} Windows
    runs-on: windows-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.6', '2.5', '2.4' ]
    steps:
      - uses: actions/checkout@master
      - name: Use Ruby
        uses: actions/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          architecture: 'x64'
      - name: Update gems
        shell: pwsh
        run: |
          gem install bundler 
          bundle config --local path vendor/bundle
          bundle update
          bundle install --jobs 4 --retry 3
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
metanorma-gb-1.3.12 .github/workflows/windows.yml
html2doc-0.9.3 .github/workflows/windows.yml
metanorma-gb-1.3.11 .github/workflows/windows.yml