Sha256: 88dec6b779a982115812fcf7654f956f65a0f33e976a37ec277210f8a5139a23

Contents?: true

Size: 662 Bytes

Versions: 2

Compression:

Stored size: 662 Bytes

Contents

name: Tests

on:
  pull_request:
    branches:
      - "*"
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby_version: [2.6.6, 2.7.3, 3.0.1]
    continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
    # Has to be top level to cache properly
    env:
      BUNDLE_JOBS: 3
      BUNDLE_PATH: "vendor/bundle"
    steps:
      - uses: actions/checkout@master
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby_version }}
          bundler-cache: true
      - name: Test with Rake
        run: script/cibuild

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bridgetown-sitemap-1.1.2 .github/workflows/tests.yml
bridgetown-svg-inliner-1.0.2 .github/workflows/tests.yml