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.
--with screenshots
bundle install
1 parent 0b757ba commit 35e0e8eCopy full SHA for 35e0e8e
.circleci/config.yml
@@ -28,7 +28,7 @@ commands:
28
brew update && xargs brew install --verbose < .circleci/.brewfile
29
- run:
30
name: Install Ruby dependencies, if neeeded
31
- command: bundle check --path vendor/bundle || bundle install --with screenshots
+ command: bundle check --path vendor/bundle || bundle install
32
- save_cache:
33
name: Cache Homebrew + Ruby Dependencies
34
key: *cache_key
0 commit comments