Sha256: a9d8578ae3b0351899756b6d3e48a631dfe869c3cce38a93332bcfcc58641a37

Contents?: true

Size: 1.16 KB

Versions: 7

Compression:

Stored size: 1.16 KB

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: rake

on:
  push:
    branches: [ master, main ]
    tags: [ v* ]
  pull_request:

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

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

      - uses: metanorma/metanorma-build-scripts/plantuml-setup-action@master

      - run: bundle exec rake

  tests-passed:
    needs: rake
    runs-on: ubuntu-latest
    steps:
      - uses: peter-evans/repository-dispatch@v1
        with:
          token: ${{ secrets.METANORMA_CI_PAT_TOKEN || secrets.GITHUB_TOKEN }}
          repository: ${{ github.repository }}
          event-type: tests-passed
          client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
metanorma-ribose-1.7.5 .github/workflows/rake.yml
metanorma-iho-0.3.5 .github/workflows/rake.yml
metanorma-iso-1.8.5 .github/workflows/rake.yml
metanorma-ribose-1.7.4 .github/workflows/rake.yml
metanorma-iho-0.3.4 .github/workflows/rake.yml
metanorma-iso-1.8.4 .github/workflows/rake.yml
metanorma-standoc-1.9.4 .github/workflows/rake.yml