Sha256: 30a187962a8689981f5531e410dbc64bb9ed7bea73c0c47787f484ba8425f466

Contents?: true

Size: 1.02 KB

Versions: 19

Compression:

Stored size: 1.02 KB

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: '8'
      - name: Install Puppeteer
        run: |
          npm install -g puppeteer
      - name: Install PlantUML
        run: |
          cinst -y plantuml
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
metanorma-iso-1.3.12 .github/workflows/windows.yml
metanorma-iso-1.3.11 .github/workflows/windows.yml
metanorma-iso-1.3.10 .github/workflows/windows.yml
metanorma-iso-1.3.9 .github/workflows/windows.yml
metanorma-rsd-1.3.7 .github/workflows/windows.yml
metanorma-csand-1.3.7 .github/workflows/windows.yml
metanorma-iso-1.3.8 .github/workflows/windows.yml
metanorma-rsd-1.3.6 .github/workflows/windows.yml
metanorma-csand-1.3.6 .github/workflows/windows.yml
metanorma-iso-1.3.7 .github/workflows/windows.yml
metanorma-rsd-1.3.5 .github/workflows/windows.yml
metanorma-csand-1.3.5 .github/workflows/windows.yml
metanorma-iso-1.3.6 .github/workflows/windows.yml
metanorma-rsd-1.3.4 .github/workflows/windows.yml
metanorma-csand-1.3.4 .github/workflows/windows.yml
metanorma-iso-1.3.5 .github/workflows/windows.yml
metanorma-rsd-1.3.3 .github/workflows/windows.yml
metanorma-csand-1.3.3 .github/workflows/windows.yml
metanorma-iso-1.3.4 .github/workflows/windows.yml