Sha256: 8c20ffaa8c25162fd82faefaa78906cc665c5e887e2b4979e18cd75efb8953a2

Contents?: true

Size: 972 Bytes

Versions: 6

Compression:

Stored size: 972 Bytes

Contents

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

on: [push]

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: '10'
      - name: Install Puppeteer
        run: |
          npm install -g puppeteer
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
isodoc-1.0.11 .github/workflows/windows.yml
isodoc-1.0.10 .github/workflows/windows.yml
isodoc-1.0.9 .github/workflows/windows.yml
isodoc-1.0.8 .github/workflows/windows.yml
isodoc-1.0.7 .github/workflows/windows.yml
isodoc-1.0.6 .github/workflows/windows.yml