Sha256: f8ec7562d10fee2397241a9ffef7c0f1ba7ea086d6adef6a95d876f21a40c7d7

Contents?: true

Size: 1.38 KB

Versions: 10

Compression:

Stored size: 1.38 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: [ '2.7', '2.6', '2.5', '2.4' ]
        os: [ ubuntu-latest, windows-latest, macos-latest ]
        experimental: [ false ]
        include:
          - ruby: '3.0'
            os: 'ubuntu-latest'
            experimental: true
          - ruby: '3.0'
            os: 'windows-latest'
            experimental: true
          - ruby: '3.0'
            os: 'macos-latest'
            experimental: true
    steps:
      - uses: actions/checkout@v2
        with:
          submodules: true

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

      - 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: notify
          client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
metanorma-1.3.1 .github/workflows/rake.yml
metanorma-utils-1.2.2 .github/workflows/rake.yml
metanorma-1.3.0 .github/workflows/rake.yml
metanorma-utils-1.2.1 .github/workflows/rake.yml
metanorma-utils-1.2.0 .github/workflows/rake.yml
metanorma-1.2.8 .github/workflows/rake.yml
metanorma-utils-1.1.0 .github/workflows/rake.yml
metanorma-1.2.7 .github/workflows/rake.yml
metanorma-utils-1.0.9 .github/workflows/rake.yml
metanorma-utils-1.0.8 .github/workflows/rake.yml