Skip to content

Commit 06d7f7a

Browse files
committed
Revise spec path
1 parent b55984c commit 06d7f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: bundle install
2222
- name: Run rspec
23-
run: ./scripts/run_chefspec cookbooks/*/spec/*_spec.rb cookbooks/*/spec/unit/resources/*_spec.rb
23+
# run: ./scripts/run_chefspec cookbooks/*/spec/*_spec.rb cookbooks/*/spec/unit/resources/*_spec.rb
24+
run: ./scripts/run_chefspec cookbooks/*/spec/*_spec.rb
2425
- name: Run cookstyle
2526
run: ./scripts/run_cookstyle
2627
kitchen:

0 commit comments

Comments
 (0)