Sha256: c8d13c2baccb73ef6721937573c8b043553364a804d6ca221ddf9ee77356c4d5

Contents?: true

Size: 872 Bytes

Versions: 5

Compression:

Stored size: 872 Bytes

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: windows

on:
  push:
    branches: [ master ]
  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 install --jobs 4 --retry 3
      - name: Install PlantUML
        run: |
          cinst -y plantuml
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
metanorma-iho-0.0.1 .github/workflows/windows.yml
metanorma-rsd-1.4.6 .github/workflows/windows.yml
metanorma-iso-1.3.24 .github/workflows/windows.yml
metanorma-rsd-1.4.5 .github/workflows/windows.yml
metanorma-iso-1.3.23 .github/workflows/windows.yml