Sha256: 5c1023ad01fcc20baf95518cf5eb986f1660578d18d239add4d8be2b25b676ff

Contents?: true

Size: 1005 Bytes

Versions: 18

Compression:

Stored size: 1005 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 update
          bundle install --jobs 4 --retry 3
      - name: Use Node
        uses: actions/setup-node@v1
        with:
          node-version: '8'
      - name: Install Puppeteer
        run: |
          npm install -g puppeteer
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

18 entries across 18 versions & 10 rubygems

Version Path
metanorma-un-0.3.6 .github/workflows/windows.yml
metanorma-nist-1.0.5 .github/workflows/windows.yml
metanorma-mpfd-0.3.17 .github/workflows/windows.yml
metanorma-itu-1.0.13 .github/workflows/windows.yml
metanorma-m3d-1.3.17 .github/workflows/windows.yml
metanorma-csd-1.3.18 .github/workflows/windows.yml
metanorma-vsd-1.0.5 .github/workflows/windows.yml
metanorma-iec-1.0.4 .github/workflows/windows.yml
metanorma-un-0.3.5 .github/workflows/windows.yml
metanorma-ogc-1.0.4 .github/workflows/windows.yml
metanorma-nist-1.0.4 .github/workflows/windows.yml
metanorma-mpfd-0.3.16 .github/workflows/windows.yml
metanorma-m3d-1.3.16 .github/workflows/windows.yml
metanorma-itu-1.0.12 .github/workflows/windows.yml
metanorma-csd-1.3.17 .github/workflows/windows.yml
metanorma-vsd-1.0.4 .github/workflows/windows.yml
metanorma-generic-1.4.6 .github/workflows/windows.yml
metanorma-iec-1.0.3 .github/workflows/windows.yml