Sha256: 6324b7fd3ffbcea608f41ac9817bd1121ce8d7b20eca3fb2fdac26aa4b67c617

Contents?: true

Size: 628 Bytes

Versions: 3

Compression:

Stored size: 628 Bytes

Contents

name: Tests
on: [pull_request]
jobs:
  build:
    runs-on: ubuntu-22.04
    strategy:
      matrix:
        ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2"]
    name: Ruby ${{ matrix.ruby }} tests
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - run: |
          sudo apt-get update -yq
          sudo apt-get install -y webp
          bundle install
          bundle exec rake test
      - uses: joshmfrankel/simplecov-check-action@main
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-webp-1.0.2 .github/workflows/ci.yml
middleman-webp-1.0.1 .github/workflows/ci.yml
middleman-webp-1.0.0 .github/workflows/ci.yml