Skip to content

Commit

Permalink
Update lint-unit workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Nov 27, 2023
1 parent fc9cfed commit d4de883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Lint & Unit

jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.1

integration-windows:
name: Windows ${{matrix.suite}} ${{matrix.os}}
Expand Down
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ group :development do
gem 'rspec', '~> 3.2'
gem 'rspec-its', '~> 1.2'
gem 'fuubar', '~> 2.0'
# gem 'simplecov', '~> 0.9'
gem 'codecov', '~> 0.0', '>= 0.0.2'
gem 'chefstyle', '~> 2.2', '>= 2.2.3'

# Integration testing gems.
gem 'kitchen-inspec', '~> 2.0'
gem 'train', '>= 2.1', '< 4.0' # validate 4.x when it's released
end

group :chefstyle do
gem 'chefstyle', '~> 2.2', '>= 2.2.3'
end

0 comments on commit d4de883

Please sign in to comment.