Sha256: aec27f6eef0cd78107eb303e511177d1a1c853ca4c7968764c2af92b43d8e2ea

Contents?: true

Size: 776 Bytes

Versions: 9

Compression:

Stored size: 776 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: Run specs
        run: |
          bundle exec rake

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
metanorma-gb-1.3.19 .github/workflows/macos.yml
metanorma-gb-1.3.18 .github/workflows/macos.yml
html2doc-1.0.0 .github/workflows/macos.yml
metanorma-gb-1.3.17 .github/workflows/macos.yml
metanorma-gb-1.3.16 .github/workflows/macos.yml
metanorma-gb-1.3.15 .github/workflows/macos.yml
metanorma-gb-1.3.14 .github/workflows/macos.yml
html2doc-0.9.4 .github/workflows/macos.yml
metanorma-gb-1.3.13 .github/workflows/macos.yml