Sha256: 4d2866b9f8d1e6354586b29c83d4c50fe42573e2b58123ce0e41c2d2519322f8
Contents?: true
Size: 864 Bytes
Versions: 3
Compression:
Stored size: 864 Bytes
Contents
--- name: Unit Test 'on': pull_request: push: branches: - main jobs: chefstyle: env: BUNDLE_WITHOUT: integration runs-on: ubuntu-latest strategy: matrix: ruby: ['3.1'] name: Chefstyle on Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - uses: r7kamura/rubocop-problem-matchers-action@v1 - run: bundle exec chefstyle test: name: Unit Test runs-on: ubuntu-latest needs: chefstyle strategy: matrix: ruby: ['2.7', '3.0', '3.1'] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-ruby-lvm-attrib-0.3.15 | .github/workflows/ci.yml |
chef-ruby-lvm-attrib-0.3.14 | .github/workflows/ci.yml |
chef-ruby-lvm-attrib-0.3.13 | .github/workflows/ci.yml |