Sha256: 96459fd097e5f67ffb9889eef5311ec928645d1b8f2bc44c956b1a28b54f68ef

Contents?: true

Size: 915 Bytes

Versions: 22

Compression:

Stored size: 915 Bytes

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: macos

on:
  push:
    branches: [ master ]
  pull_request:

jobs:
  test-macos:
    name: Test on Ruby ${{ matrix.ruby }} macOS
    runs-on: macos-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
        run: |
          sudo gem install bundler --force
          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

22 entries across 22 versions & 12 rubygems

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