Sha256: 1cab18c8d0ff62fde7d4c2237dd676e61173d4ae4ed7f233bfedcd80c664f2cb

Contents?: true

Size: 1.03 KB

Versions: 75

Compression:

Stored size: 1.03 KB

Contents

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

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ '**' ]

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

75 entries across 75 versions & 15 rubygems

Version Path
metanorma-generic-1.4.5 .github/workflows/windows.yml
metanorma-vsd-1.0.3 .github/workflows/windows.yml
metanorma-un-0.3.4 .github/workflows/windows.yml
metanorma-ogc-1.0.3 .github/workflows/windows.yml
metanorma-nist-1.0.3 .github/workflows/windows.yml
metanorma-mpfd-0.3.15 .github/workflows/windows.yml
metanorma-m3d-1.3.15 .github/workflows/windows.yml
metanorma-itu-1.0.11 .github/workflows/windows.yml
metanorma-csd-1.3.16 .github/workflows/windows.yml
metanorma-acme-1.4.4 .github/workflows/windows.yml
metanorma-iec-1.0.2 .github/workflows/windows.yml
isodoc-1.0.22 .github/workflows/windows.yml
isodoc-1.0.21 .github/workflows/windows.yml
isodoc-1.0.20 .github/workflows/windows.yml
metanorma-1.0.0 .github/workflows/windows.yml
metanorma-vsd-1.0.2 .github/workflows/windows.yml
metanorma-un-0.3.3 .github/workflows/windows.yml
metanorma-ogc-1.0.2 .github/workflows/windows.yml
metanorma-nist-1.0.2 .github/workflows/windows.yml
metanorma-mpfd-0.3.14 .github/workflows/windows.yml