Sha256: f4b4958a82197f57ee77dd3edf69a2274d1391a35a2d7168362070ae77b1d7b4

Contents?: true

Size: 947 Bytes

Versions: 139

Compression:

Stored size: 947 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:
    paths-ignore:
      - .github/workflows/ubuntu.yml
      - .github/workflows/windows.yml

jobs:
  test-macos:
    name: Test on Ruby ${{ matrix.ruby }} macOS
    runs-on: macos-latest
    continue-on-error: ${{ matrix.experimental }}
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.6', '2.5', '2.4' ]
        experimental: [false]
        include:
          - ruby: '2.7'
            experimental: true
    steps:
      - uses: actions/checkout@master
      - name: Use Ruby
        uses: actions/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - name: Update gems
        run: |
          sudo gem install bundler --force
          bundle install --jobs 4 --retry 3
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

139 entries across 139 versions & 24 rubygems

Version Path
expressir-0.2.3 .github/workflows/macos.yml
expressir-0.2.2 .github/workflows/macos.yml
expressir-0.2.1 .github/workflows/macos.yml
expressir-0.2.0 .github/workflows/macos.yml
metanorma-bipm-0.0.2 .github/workflows/macos.yml
metanorma-iec-1.2.6 .github/workflows/macos.yml
metanorma-gb-1.5.7 .github/workflows/macos.yml
metanorma-un-0.5.5 .github/workflows/macos.yml
metanorma-ogc-1.2.5 .github/workflows/macos.yml
metanorma-nist-1.2.5 .github/workflows/macos.yml
metanorma-mpfa-0.5.5 .github/workflows/macos.yml
metanorma-m3aawg-1.5.5 .github/workflows/macos.yml
metanorma-itu-1.2.5 .github/workflows/macos.yml
metanorma-cc-1.5.5 .github/workflows/macos.yml
metanorma-csa-1.6.5 .github/workflows/macos.yml
metanorma-1.1.7 .github/workflows/macos.yml
metanorma-generic-1.7.1 .github/workflows/macos.yml
mn2pdf-1.22.1 .github/workflows/macos.yml
metanorma-bipm-0.0.1 .github/workflows/macos.yml
mn2pdf-1.22 .github/workflows/macos.yml