Sha256: 2dc1e87536d4f71f267774ba74b113706b88c233d3af6692af76a25c13e6b8b8

Contents?: true

Size: 985 Bytes

Versions: 13

Compression:

Stored size: 985 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:
      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 -v "~> 2"
          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

13 entries across 13 versions & 2 rubygems

Version Path
metanorma-iec-0.1.3 .github/workflows/windows.yml
metanorma-iec-0.1.2 .github/workflows/windows.yml
metanorma-iec-0.1.1 .github/workflows/windows.yml
metanorma-csd-1.3.7 .github/workflows/windows.yml
metanorma-iec-0.1.0 .github/workflows/windows.yml
metanorma-csd-1.3.6 .github/workflows/windows.yml
metanorma-iec-0.0.10 .github/workflows/windows.yml
metanorma-csd-1.3.5 .github/workflows/windows.yml
metanorma-iec-0.0.9 .github/workflows/windows.yml
metanorma-csd-1.3.4 .github/workflows/windows.yml
metanorma-iec-0.0.8 .github/workflows/windows.yml
metanorma-csd-1.3.3 .github/workflows/windows.yml
metanorma-iec-0.0.7 .github/workflows/windows.yml