Skip to content

Bump rexml from 3.2.6 to 3.2.8 in /omnibus #4614

Bump rexml from 3.2.6 to 3.2.8 in /omnibus

Bump rexml from 3.2.6 to 3.2.8 in /omnibus #4614

---
name: ctl-cookbook-testing
'on':
pull_request:
push:
branches:
- main
jobs:
cookstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
working-directory: omnibus/files/server-ctl-cookbooks/infra-server/
ruby-version: 2.6
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- name: run cookstyle
run: bundle exec cookstyle .
working-directory: omnibus/files/server-ctl-cookbooks/infra-server/
chefspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
working-directory: omnibus/files/server-ctl-cookbooks/infra-server/
ruby-version: 2.6
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- name: run chefspec
run: bundle exec rspec
working-directory: omnibus/files/server-ctl-cookbooks/infra-server/