Sha256: dec470ae3d3152b7f5aeab1efbfab13f637ed126df539c45167352729dd3a4d3

Contents?: true

Size: 334 Bytes

Versions: 7

Compression:

Stored size: 334 Bytes

Contents

name: Tests
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ['2.5', '2.7']
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true
    - run: bundle exec rake

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
cookbook-release-1.9.0 .github/workflows/ci.yml
cookbook-release-1.8.0 .github/workflows/ci.yml
knife-changelog-2.0.0 .github/workflows/ci.yml
knife-changelog-1.7.0 .github/workflows/ci.yml
knife-changelog-1.6.0 .github/workflows/ci.yml
knife-changelog-1.5.0 .github/workflows/ci.yml
cookbook-release-1.7.0 .github/workflows/ci.yml