Sha256: 0499ff0bdb4d5b4af7c321c6601d9f81aa5d975f00177aaa348dde173a401e1c

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

Stored size: 523 Bytes

Contents

name: Tests
on:
  push:
    branches:
      - master
      - "*-stable"
      - "*/ci-check"
  pull_request:

jobs:
  tests:
    name: Tests
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.6, 2.7, 3.0]
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2

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

      - name: Run tests
        run: bundle exec rake

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-haml-0.5.1 .github/workflows/build.yml
opal-haml-0.5.0 .github/workflows/build.yml
paggio-0.3.0 .github/workflows/build.yml