Sha256: bbc0c950fbe3023431d1c91f98d2555bea5832bc4650841d0b329d964c2d9842
Contents?: true
Size: 662 Bytes
Versions: 1
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.0] 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-svg-inliner-1.0.1 | .github/workflows/tests.yml |