Sha256: aa0e5b8e46ff4ceb99c90e25f24563e7b490e0ceaae9b09a4d45f10018c0c484

Contents?: true

Size: 959 Bytes

Versions: 75

Compression:

Stored size: 959 Bytes

Contents

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

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ '**' ]

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

75 entries across 75 versions & 15 rubygems

Version Path
metanorma-m3d-1.3.14 .github/workflows/macos.yml
metanorma-itu-1.0.10 .github/workflows/macos.yml
metanorma-csd-1.3.15 .github/workflows/macos.yml
metanorma-acme-1.4.3 .github/workflows/macos.yml
metanorma-iec-1.0.1 .github/workflows/macos.yml
isodoc-1.0.19 .github/workflows/macos.yml
metanorma-un-0.3.2 .github/workflows/macos.yml
metanorma-ogc-1.0.1 .github/workflows/macos.yml
metanorma-nist-1.0.1 .github/workflows/macos.yml
metanorma-mpfd-0.3.13 .github/workflows/macos.yml
metanorma-itu-1.0.9 .github/workflows/macos.yml
metanorma-csd-1.3.14 .github/workflows/macos.yml
metanorma-acme-1.4.2 .github/workflows/macos.yml
isodoc-1.0.18 .github/workflows/macos.yml
metanorma-un-0.3.1 .github/workflows/macos.yml
metanorma-ogc-1.0.0 .github/workflows/macos.yml
metanorma-nist-1.0.0 .github/workflows/macos.yml
metanorma-m3d-1.3.13 .github/workflows/macos.yml
metanorma-itu-1.0.8 .github/workflows/macos.yml
metanorma-csd-1.3.13 .github/workflows/macos.yml