Sha256: f1ee3691c1d57fb10ba1ac849f2b89899bedd4526c641d7fe90cdf544bb599f7

Contents?: true

Size: 819 Bytes

Versions: 14

Compression:

Stored size: 819 Bytes

Contents

name: metanorma

on:
  push:
    branches: [ main ]
  pull_request:

jobs:
  test:
    name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
    runs-on: ${{ matrix.os }}
    continue-on-error: ${{ matrix.experimental }}
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.5', '2.6', '2.7', '3.0' ]
        os: [ ubuntu-latest, windows-latest, macos-latest ]
        experimental: [ true ]
    steps:
      - uses: actions/checkout@master
        with:
          repository: metanorma/metanorma

      - uses: actions/checkout@master
        with:
          path: "fontist"

      - run: 'echo ''gem "fontist", path: "./fontist"'' > Gemfile.devel'

      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true

      - run: bundle exec rake

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fontist-1.13.2 .github/workflows/metanorma.yml
fontist-1.13.1 .github/workflows/metanorma.yml
fontist-1.13.0 .github/workflows/metanorma.yml
fontist-1.12.0 .github/workflows/metanorma.yml
fontist-1.11.7 .github/workflows/metanorma.yml
fontist-1.11.6 .github/workflows/metanorma.yml
fontist-1.11.5 .github/workflows/metanorma.yml
fontist-1.11.3 .github/workflows/metanorma.yml
fontist-1.11.2 .github/workflows/metanorma.yml
fontist-1.9.2 .github/workflows/metanorma.yml
fontist-1.10.1 .github/workflows/metanorma.yml
fontist-1.10.0 .github/workflows/metanorma.yml
fontist-1.9.1 .github/workflows/metanorma.yml
fontist-1.9.0 .github/workflows/metanorma.yml