Sha256: 0a9cc83517139c7f16b98bcfe36a36711335336f845783d62a2eebd842c61608

Contents?: true

Size: 824 Bytes

Versions: 2

Compression:

Stored size: 824 Bytes

Contents

name: metanorma

on:
  push:
    branches: [ master ]
  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: "excavate"

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

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

      - run: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
excavate-0.3.0 .github/workflows/metanorma.yml
excavate-0.2.5 .github/workflows/metanorma.yml