We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55984c commit 06d7f7aCopy full SHA for 06d7f7a
.github/workflows/ci.yml
@@ -20,7 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: bundle install
22
- name: Run rspec
23
- run: ./scripts/run_chefspec cookbooks/*/spec/*_spec.rb cookbooks/*/spec/unit/resources/*_spec.rb
+ # run: ./scripts/run_chefspec cookbooks/*/spec/*_spec.rb cookbooks/*/spec/unit/resources/*_spec.rb
24
+ run: ./scripts/run_chefspec cookbooks/*/spec/*_spec.rb
25
- name: Run cookstyle
26
run: ./scripts/run_cookstyle
27
kitchen:
0 commit comments