We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58d23a commit 6bdd69dCopy full SHA for 6bdd69d
docusaurus/docs/ruby/predict.mdx
@@ -59,7 +59,7 @@ Given the following configuration on CI:
59
KNAPSACK_PRO_PREDICT_DISABLED_ON_BRANCHES='main,staging' \
60
KNAPSACK_PRO_PREDICT_DISABLED_ON_CHANGED_FILES='{Gemfile,Gemfile.lock}' \
61
KNAPSACK_PRO_PREDICT_ALWAYS_RUN_TESTS='spec/features/**/*_spec.rb' \
62
-bin/rake "knapsack_pro:queue:rspec"
+bundle exec rake "knapsack_pro:queue:rspec"
63
```
64
65
You can expect the following behaviour:
0 commit comments