Sha256: f2df883cff94ad92b9c5f66b0fcf0079a6c814d119492feed8cdee4daa12f20d

Contents?: true

Size: 618 Bytes

Versions: 4

Compression:

Stored size: 618 Bytes

Contents

name: tests

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.5, 2.6, 2.7, 3.0, head]
        jekyll: ["3.0", "4.0"]
    continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
    env:
      JEKYLL_VERSION: ~> ${{ matrix.jekyll }}
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby ${{ matrix.ruby }}
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - name: "Install dependencies"
        run: bundle install
      - name: Run tests
        run: bundle exec rspec

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
jekyll-brotli-2.3.0 .github/workflows/tests.yml
jekyll-zopfli-2.5.0 .github/workflows/tests.yml
jekyll-gzip-2.5.1 .github/workflows/tests.yml
jekyll-gzip-2.5.0 .github/workflows/tests.yml