Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Nov 4, 2022
1 parent 52d9675 commit fa1cb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: bundle exec rake knapsack:cucumber

#- run: KNAPSACK_GENERATE_REPORT=true bundle exec rake knapsack:minitest
- run: bundle exec rake knapsack:minitest[--verbose]
- run: bundle exec rake "knapsack:minitest[--verbose]"

#- run: KNAPSACK_GENERATE_REPORT=true bundle exec spinach -f spinach_features
- run: KNAPSACK_TEST_FILE_PATTERN="spinach_features/**{,/*/**}/*.feature" bundle exec rake knapsack:spinach

0 comments on commit fa1cb0f

Please sign in to comment.